From 4afeb97edffe5be1209231c9f3711f83d5a0cdc0 Mon Sep 17 00:00:00 2001 From: purple Date: Sun, 2 Apr 2023 20:52:21 +0200 Subject: [PATCH] Didn't know a missing space could harm this many feelings --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index d9827cb..a9c63ae 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -49,7 +49,7 @@ if [[ $1 != "-bash" ]]; then fi; fi; -if [[ $2 == "-i"]]; then +if [[ $2 == "-i" ]]; then if [[ $3 == "" ]]; then clr_bright "Expected 1 argument but got 0.";fi; FILE=$3".blueprint" if [[ ! -f "$FILE" ]]; then clr_red "$FILE could not be found.";exit 1;fi;