Fix space separation for parameters
This commit is contained in:
parent
3409a4f432
commit
5f9294a653
Binary file not shown.
Before Width: | Height: | Size: 562 KiB After Width: | Height: | Size: 131 B |
Binary file not shown.
Before Width: | Height: | Size: 744 KiB After Width: | Height: | Size: 131 B |
4
run.ps1
4
run.ps1
@ -129,10 +129,10 @@ function set-common-parameters () {
|
||||
$global:IMAGE = "git.1159.cl/mario1159/$SELECTED_STACK-$EXECMODE"
|
||||
|
||||
if ($attach) {
|
||||
$global:PARAMS += "-it --rm"
|
||||
$global:PARAMS += " -it --rm"
|
||||
$global:COMMAND = "bash"
|
||||
} else {
|
||||
$global:PARAMS += "-d"
|
||||
$global:PARAMS += " -d"
|
||||
$global:COMMAND = ""
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user