diff --git a/update_depdendencies.sh b/update_depdendencies.sh index 078320829..3891d7d8a 100755 --- a/update_depdendencies.sh +++ b/update_depdendencies.sh @@ -16,6 +16,6 @@ read -p "Looks good? (Y/n) " ok if [[ $ok =~ [yY] ]] then - echo 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/libosmium/ $OSMIUM_REPO $OSMIUM_TAG --squash + git subtree pull -P third_party/variant/ $VARIANT_REPO $VARIANT_TAG --squash fi