Skip to content

Commit

Permalink
fix mason re-checkout [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 11, 2016
1 parent bb0565d commit f9397e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -15,7 +15,7 @@ MASON_VERSION="694d08c"
function setup_mason() {
if [[ ! -d ./.mason ]]; then
git clone https://github.com/mapbox/mason.git ./.mason
git checkout ${MASON_VERSION}
(cd ./.mason && git checkout ${MASON_VERSION})
else
echo "Updating to latest mason"
(cd ./.mason && git fetch && git checkout ${MASON_VERSION})
Expand Down

0 comments on commit f9397e7

Please sign in to comment.