Single quotes
This commit is contained in:
parent
58923e0ab1
commit
1d32397ab5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue