summaryrefslogtreecommitdiff
path: root/tools/pip-install-with-liberasurecode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pip-install-with-liberasurecode.sh')
-rwxr-xr-xtools/pip-install-with-liberasurecode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-install-with-liberasurecode.sh b/tools/pip-install-with-liberasurecode.sh
index 2b3d394..32aa672 100755
--- a/tools/pip-install-with-liberasurecode.sh
+++ b/tools/pip-install-with-liberasurecode.sh
@@ -49,7 +49,7 @@ if [ -z "$LIBERASURECODE_DIR" ]; then
exit 1
fi
if [ ! -d "$LIBERASURECODE_DIR" ]; then
- git clone https://git.openstack.org/openstack/liberasurecode "$LIBERASURECODE_DIR"
+ git clone https://opendev.org/openstack/liberasurecode.git "$LIBERASURECODE_DIR"
fi
pushd "$LIBERASURECODE_DIR"
if [ -n "$LIBERASURECODE_REF" ]; then