Skip to content

Commit 9f75879

Browse files
update scripts to point at FINOS rather than CLOUDRISK
1 parent bf9e3eb commit 9f75879

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)