Actually do the subtree pull instead of just notifying the user
This commit is contained in:
parent
3d84dbc73f
commit
cb4e7614ee
@ -16,6 +16,6 @@ read -p "Looks good? (Y/n) " ok
|
|||||||
|
|
||||||
if [[ $ok =~ [yY] ]]
|
if [[ $ok =~ [yY] ]]
|
||||||
then
|
then
|
||||||
echo git subtree pull -P third_party/libosmium/ $OSMIUM_REPO $OSMIUM_TAG --squash
|
git subtree pull -P third_party/libosmium/ $OSMIUM_REPO $OSMIUM_TAG --squash
|
||||||
echo git subtree pull -P third_party/variant/ $VARIANT_REPO $VARIANT_TAG --squash
|
git subtree pull -P third_party/variant/ $VARIANT_REPO $VARIANT_TAG --squash
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user