Skip to content

Commit 18a3c9f

Browse files
committed
cmd-build-with-buildah: remove semicolon
It's not needed.
1 parent a6b67c8 commit 18a3c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd-build-with-buildah

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ while true; do
5858
DIRECT=1
5959
;;
6060
--autolock)
61-
shift;
61+
shift
6262
AUTOLOCK_VERSION=$1
6363
;;
6464
--skip-prune)

0 commit comments

Comments
 (0)