make windows work with account files containing spaces
This commit is contained in:
parent
dae60799bc
commit
60600e6cf6
|
@ -191,7 +191,7 @@ gcloud config set project {{.ProjectID}}
|
||||||
`
|
`
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
launchTemplate = `
|
launchTemplate = `
|
||||||
call gcloud auth activate-service-account --key-file {{.AccountFile}}
|
call gcloud auth activate-service-account --key-file "{{.AccountFile}}"
|
||||||
call gcloud config set project {{.ProjectID}}
|
call gcloud config set project {{.ProjectID}}
|
||||||
call {{.Args}}
|
call {{.Args}}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue