Add missing semicolon
This commit is contained in:
+2
-2
@@ -122,7 +122,7 @@ start() {
|
||||
if [ -n "${changed}" ]; then
|
||||
git commit sabayon/config -m "sabayon: bump configs" || {
|
||||
rollback
|
||||
return 1
|
||||
return 1;
|
||||
}
|
||||
fi
|
||||
|
||||
@@ -146,4 +146,4 @@ start() {
|
||||
}
|
||||
|
||||
|
||||
start
|
||||
start
|
||||
|
||||
Reference in New Issue
Block a user