From 3b6a8bf7e6e897a686ef6f6cb810b6f6cfed1c6e Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Wed, 29 May 2019 16:01:52 +0200 Subject: [PATCH] Fix a comment --- psu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psu b/psu index c800d0b..dc509d2 100755 --- a/psu +++ b/psu @@ -25,7 +25,6 @@ set -e # None # ############################ main() { - # Set arguments through envvars VERSION="0.2.0-alpha.1" ACTIONS="deploy undeploy list info services tasks tasks_healthy containers status help version" @@ -229,6 +228,7 @@ main() { # None # ################################ set_globals() { + # Set arguments through envvars VERSION=${VERSION} ACTIONS=${ACTIONS} ACTION=${ACTION}