diff options
author | Théo Bougé <theo.bouge@gmail.com> | 2015-09-25 18:46:50 +0200 |
---|---|---|
committer | Théo Bougé <theo.bouge@gmail.com> | 2015-09-25 18:46:50 +0200 |
commit | bb7ddb45ff38a408668004fa0ec6322a6714a21d (patch) | |
tree | 6e65c6e00efb72d584553cc4d970ba0b15e0a616 /packager | |
parent | 939d2054d8f55487da3502ab1219e4428f7ed06b (diff) | |
download | gitea-bb7ddb45ff38a408668004fa0ec6322a6714a21d.tar.gz gitea-bb7ddb45ff38a408668004fa0ec6322a6714a21d.zip |
Fix typo
Diffstat (limited to 'packager')
-rwxr-xr-x | packager/debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packager/debian/postinst b/packager/debian/postinst index 8bc8ae68d4..82f45b06d3 100755 --- a/packager/debian/postinst +++ b/packager/debian/postinst @@ -33,5 +33,5 @@ case "$1" in service gogs restart || true ;; - + esac |