Skip to content

Commit 54c83f0

Browse files
committed
Merge branch 'issue-233' of https://github.com/covexo/devspace into issue-233
2 parents 1768532 + 24b16c0 commit 54c83f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/up.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ func (cmd *UpCmd) ensureClusterRoleBinding() error {
245245
}
246246
username := configutil.String("")
247247

248+
log.StartWait("Checking gcloud account")
248249
gcloudOutput, gcloudErr := exec.Command("gcloud", "config", "list", "account", "--format", "value(core.account)").Output()
250+
log.StopWait()
249251

250252
if gcloudErr == nil {
251253
gcloudEmail := strings.TrimSuffix(strings.TrimSuffix(string(gcloudOutput), "\r\n"), "\n")

0 commit comments

Comments
 (0)