Skip to content

Commit

Permalink
[gpctl] Fix parsing error when running `gpctl workspaces describe <in…
Browse files Browse the repository at this point in the history
…stanceID>`
  • Loading branch information
epk committed Jun 1, 2022
1 parent 109c45d commit 09e5a40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/gpctl/cmd/workspaces-describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Conditions:
{{- if not (eq .Conditions.Failed "") }} Failed: {{ .Conditions.Failed }}{{ end }}
{{- if not (eq .Conditions.Timeout "") }} Timeout: {{ .Conditions.Timeout }}{{ end }}
PullingImages: {{ .Conditions.PullingImages }}
ServiceExists: {{ .Conditions.ServiceExists }}
Deployed: {{ .Conditions.Deployed }}
FinalBackupComplete: {{ .Conditions.FinalBackupComplete }}
Spec:
Expand Down

0 comments on commit 09e5a40

Please sign in to comment.