diff --git a/prep 1 font.sh b/prep 1 font.sh index 46c3cdb..bb87439 100755 --- a/prep 1 font.sh +++ b/prep 1 font.sh @@ -1,7 +1,7 @@ #! /bin/zsh #if current working directory is named font_files or custom_fonts, exit -if [[ $PWD == *"font_files"* ]] || [[ $PWD == *"custom_fonts"* ]]; then +if [[ $PWD == *"font_files" ]] || [[ $PWD == *"custom_fonts" ]]; then echo "You are in the wrong directory. Please move to the individual font folder." exit fi