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

index 1c0b57b066adbbc28b8684205e78495e827fefff..8bc8ae68d4a93358fe71d799f0e96585dbba427d 100755 (executable)
@@ -29,11 +29,9 @@ case "$1" in
     # scale
     ${CLI} scale web=1 || true
     
-    #restart the service
+    # restart the service
     service gogs restart || true
     
   ;;
-
-
-
+  
 esac