From 62fc13a60e446c9404bb50910daa0ae582573d85 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Mon, 18 Nov 2024 11:15:51 +0100
Subject: [PATCH] - fixed whitespace in makefile template

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e19bcc2..d973097 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,7 +96,7 @@ create-debian-packages:
     - |
       cat <<EOD > debian/rules
       #!/usr/bin/make -f
-        %:
+      %:
         dh $@ --with dist-zilla
       EOD
     - ls -lha ../
-- 
GitLab