diff --git a/status.sh b/status.sh index 9f776ca..68771f7 100644 --- a/status.sh +++ b/status.sh @@ -6,7 +6,7 @@ cd "$PWD" if [ ! -f "$HOME/ionsrc/creds.txt" ]; then echo -e "\e[31mcredentials file not found!\e[0m" exit 1 -elif [ ! -f "$PWD/.ionvcs/src.config"]; then +elif [ ! -f "$PWD/.ionvcs/src.config" ]; then echo -e "\e[31mconfig file not found!\e[0m" exit 1 fi