Export the variable instead of setting it locally.

master
Simon Quigley 5 years ago
parent a586f81d7e
commit 2592c25dbe

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

Loading…
Cancel
Save