diff --git a/install.sh b/install.sh index 614f3ac..477ae25 100755 --- a/install.sh +++ b/install.sh @@ -139,7 +139,7 @@ getDotfiles() { } runScript() { - if [ -d "$HOME/Documents"]; then + if [ -d "$HOME/Documents" ]; then getDotfiles exit 1 fi