Skip to content

Commit dac2bda

Browse files
Merge pull request #23 from finos/develop
Update to point to FINOS repos instead of CLOUDRISK
2 parents 719f582 + 9f75879 commit dac2bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/setup_python_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source "${VENV_PATH}/${VENV_NAME}/${PY_SCRIPTS}/activate" || error
4242
${PYEXE} -m pip install --upgrade pip || error
4343
${PYEXE} -m pip install -r requirements.txt || error
4444
echo "***** Get and Install Runtime"
45-
RUNTIMEURL="https://api.github.com/repos/CloudRisk/rune-python-runtime/releases/latest"
45+
RUNTIMEURL="https://api.github.com/repos/finos/rune-python-runtime/releases/latest"
4646
# Fetch the latest release data from the GitHub API
4747
release_data=$(curl -s $RUNTIMEURL)
4848
# Extract the download URL of the first asset

0 commit comments

Comments
 (0)