]> source.dussan.org Git - gitea.git/commitdiff
Fix typo
authorThéo Bougé <theo.bouge@gmail.com>
Fri, 25 Sep 2015 16:46:50 +0000 (18:46 +0200)
committerThéo Bougé <theo.bouge@gmail.com>
Fri, 25 Sep 2015 16:46:50 +0000 (18:46 +0200)
packager/debian/postinst

index 8bc8ae68d4a93358fe71d799f0e96585dbba427d..82f45b06d3a3eb73bfa709b38da6495c3f1b6703 100755 (executable)
@@ -33,5 +33,5 @@ case "$1" in
     service gogs restart || true
     
   ;;
-  
+
 esac