aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/osmo-deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osmo-deps.sh b/scripts/osmo-deps.sh
index d5a724b..a4afec5 100755
--- a/scripts/osmo-deps.sh
+++ b/scripts/osmo-deps.sh
@@ -9,6 +9,7 @@ then
fi
cd "$project"
+git fetch --tags origin
git fetch origin
# Cleanup should already have happened during a global osmo-clean-workspace.sh,