Export the variable instead of setting it locally.

This commit is contained in:
Simon Quigley 2019-03-09 21:02:57 -06:00
parent a586f81d7e
commit 2592c25dbe

View File

@ -25,7 +25,7 @@
set -u
RELEASE=$1
export RELEASE=$1
# Download files in parallel in background, only if there is an update
refresh() {