Update bootstrap.sh

This commit is contained in:
Imperadeiro98 2015-01-27 22:33:38 +00:00
parent b78a35f5f0
commit 94f6693503

View file

@ -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
}