diff --git a/scripts/devSetup/bootstrap.sh b/scripts/devSetup/bootstrap.sh index 46099635c..6317d861c 100644 --- a/scripts/devSetup/bootstrap.sh +++ b/scripts/devSetup/bootstrap.sh @@ -31,7 +31,7 @@ function basicDependenciesErrorHandling { exit 1 ;; "git") - echo "Please install Git.(If you're running mac, this is included in the XCode command line tools." + echo "Please install Git (if you're running mac, this is included in the XCode command line tools)." esac }