From 11f358cafab2da28692fdaa837dfbcc3cc163736 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 31 Jan 2019 14:12:13 -0500 Subject: Refactor all --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 2f1fa49..8d9848a 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -PROJECT=python +PROJECT=astroconda/python PYTHON_VERSION="${1}" if [[ -z ${PYTHON_VERSION} ]]; then echo "Need a fully qualified Python version to build. [e.g. 3.7.1]" -- cgit