Skip to content

Commit f9397e7

Browse files
author
Dane Springmeyer
committed
fix mason re-checkout [skip ci]
1 parent bb0565d commit f9397e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MASON_VERSION="694d08c"
1515
function setup_mason() {
1616
if [[ ! -d ./.mason ]]; then
1717
git clone https://github.com/mapbox/mason.git ./.mason
18-
git checkout ${MASON_VERSION}
18+
(cd ./.mason && git checkout ${MASON_VERSION})
1919
else
2020
echo "Updating to latest mason"
2121
(cd ./.mason && git fetch && git checkout ${MASON_VERSION})

0 commit comments

Comments
 (0)