From d9e8ad00b628fb88b2b00e92604e288e6c617fcd Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 28 Dec 2021 13:20:59 +0000 Subject: [PATCH] typo --- imagebuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagebuilder.sh b/imagebuilder.sh index 82268e1..68b22fb 100755 --- a/imagebuilder.sh +++ b/imagebuilder.sh @@ -196,7 +196,7 @@ case "${subcommand}" in fi if [[ ! -d "${output_dir}" ]]; then - echo -e "${FRED}${HC}Error: The builder script failed to create the output directory (expeting directory at ${FBLE}${output_dir}${FRED}, but found nothing).${RS}"; + echo -e "${FRED}${HC}Error: The builder script failed to create the output directory (expecting directory at ${FBLE}${output_dir}${FRED}, but found nothing).${RS}"; exit 6; fi