summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-01-31 14:36:13 -0500
committerGitHub <noreply@github.com>2019-01-31 14:36:13 -0500
commit95c3d164fbd68e720a93192f8d99540a7afdd266 (patch)
tree9ed443d35c71e4c27a2803733c41d3e8a2322a73 /build.sh
parent90136ee5fcaed3bd2f243bff94215f9a508aabe9 (diff)
parent11f358cafab2da28692fdaa837dfbcc3cc163736 (diff)
downloaddocker-python-95c3d164fbd68e720a93192f8d99540a7afdd266.tar.gz
Merge pull request #1 from jhunkeler/tools
Tools
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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]"