Didn't know a missing space could harm this many feelings
This commit is contained in:
parent
5b05e13d16
commit
4afeb97edf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue