fix mason dir check

This commit is contained in:
Dane Springmeyer 2015-01-24 10:07:26 -08:00
parent 3e8b701194
commit c69b4b1151

View file

@ -78,7 +78,7 @@ function setup_mason() {
if [[ -d ~/.mason ]]; then
export PATH=~/.mason:$PATH
else
if [[ ! -d mason ]]; then
if [[ ! -d ./.mason ]]; then
git clone --depth 1 https://github.com/mapbox/mason.git ./.mason
fi
export MASON_DIR=$(pwd)/.mason