From 8f696b249fc80d66d336431b378347dbe447f30a Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 16 May 2020 07:36:16 +0100
Subject: [PATCH] Fix typo

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 570e31c..4828897 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,6 @@ export DH_GOLANG_EXCLUDES = vendor
 %:
 	dh $@ --with=systemd --with=golang --buildsystem=golang
 
-override_dh_auto_install
+override_dh_auto_install:
 	dh_auto_install -- --no-source
 
-- 
GitLab