From 937cc58cd1befa44b80510463711994715b50304 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 14 Feb 2019 16:47:45 -0500 Subject: Wrong argument value --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cb4b5d7..a6094c5 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash set -x -HUB=${3:-astroconda} +HUB=${2:-astroconda} PROJECT=${HUB}/base PROJECT_VERSION="${1}" TAGS=() -- cgit