Single quotes

This commit is contained in:
Bob Mottram 2017-04-12 15:19:45 +01:00
parent 58923e0ab1
commit 1d32397ab5
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ function reconfigure_gogs {
}
function upgrade_gogs {
if ! grep -q "gogs version:" $COMPLETION_FILE; then
if ! grep -q 'gogs version:' $COMPLETION_FILE; then
return
fi