From 0bf7ea3728730dd44a0077ea1b526fcb600132f0 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Thu, 13 May 2021 15:00:11 +0100 Subject: [PATCH] Fix number typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2f4e554..4b2bae3 100755 --- a/build.sh +++ b/build.sh @@ -283,7 +283,7 @@ case "$IMAGE_TYPE" in run_and_log lb config -a $KALI_ARCH $KALI_CONFIG_OPTS "$@" [ $? -eq 0 ] || failure - debug "Stage 2/3 - Build" + debug "Stage 3/3 - Build" run_and_log $SUDO lb build if [ $? -ne 0 ] || [ ! -e $IMAGE_NAME ]; then failure