fix mason dir check
This commit is contained in:
parent
3e8b701194
commit
c69b4b1151
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue