summaryrefslogtreecommitdiff
path: root/pkg/build_bundle_with_venv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/build_bundle_with_venv.sh')
-rwxr-xr-xpkg/build_bundle_with_venv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh
index 5e6f270e..d284f3f0 100755
--- a/pkg/build_bundle_with_venv.sh
+++ b/pkg/build_bundle_with_venv.sh
@@ -55,5 +55,5 @@ $VIRTUAL_ENV/bin/pip install `ls -tr dist/*.whl | tail -n 1`
$VIRTUAL_ENV/bin/pip install -I pyzmq --install-option="--zmq=bundled"
# Get latest tags from repo
-git pull --tags
+git fetch --tags
make bundle_linux