fixed typo in eval or compose
This commit is contained in:
parent
90aecbd40d
commit
7d85c685fb
@ -141,7 +141,7 @@ case "$(basename $0)" in
|
|||||||
;;
|
;;
|
||||||
spearhead-compose)
|
spearhead-compose)
|
||||||
checkAll &&
|
checkAll &&
|
||||||
eval "$(triton env)" &&
|
eval "$(spearhead env)" &&
|
||||||
export COMPOSE_HTTP_TIMEOUT=750 &&
|
export COMPOSE_HTTP_TIMEOUT=750 &&
|
||||||
cnsEnvVars &&
|
cnsEnvVars &&
|
||||||
exec /usr/local/bin/spearhead-compose-helper $@
|
exec /usr/local/bin/spearhead-compose-helper $@
|
||||||
|
Loading…
Reference in New Issue
Block a user