Skip to content

Commit 67388d9

Browse files
author
Craig Jones
committed
updated to point to master
1 parent cd9f76e commit 67388d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_cubeviz_test_env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -eu
66

77
conda_env=`conda env list | grep '*' | cut -d\ -f1`
88
min_conda_version="4.4"
9-
download_location="https://raw.githubusercontent.com/brechmos-stsci/cubeviz/tester-script/scripts/update_cubeviz_test_env_pip"
9+
download_location="https://raw.githubusercontent.com/spacetelescope/cubeviz/master/scripts/update_cubeviz_test_env_pip"
1010

1111
if [ "$conda_env" != "test-cubeviz-conda" ]; then
1212
echo "Must be in the test-cubeviz-conda conda environment"

0 commit comments

Comments
 (0)