diff --git a/bin/kernel-autobump b/bin/kernel-autobump index 1fcb908d..a0615470 100755 --- a/bin/kernel-autobump +++ b/bin/kernel-autobump @@ -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 \ No newline at end of file +start