mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix a comment
This commit is contained in:
committed by
Tortue Torche
parent
0ae5f96a4e
commit
3b6a8bf7e6
2
psu
2
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}
|
||||
|
Reference in New Issue
Block a user