Skip to content

Commit 8966b4c

Browse files
CLOUDP-291947: fix template error with backup restore get (#3509)
1 parent acfd440 commit 8966b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/backup/restores/describe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var restoreDescribeTemplate = `ID SNAPSHOT CLUSTER TYPE EXPIRES AT URLs
4949
`
5050

5151
var restoreDescribeFlexClusterTemplate = `ID SNAPSHOT CLUSTER TYPE EXPIRES AT URLs
52-
{{.Id}} {{.SnapshotId}} {{.TargetDeploymentItemName}} {{.DeliveryType}} {{.ExpirationDate}} {{range $index, $element := valueOrEmptySlice .SnapshotUrl}}{{if $index}}; {{end}}{{$element}}{{end}}
52+
{{.Id}} {{.SnapshotId}} {{.TargetDeploymentItemName}} {{.DeliveryType}} {{.ExpirationDate}} {{.SnapshotUrl}}
5353
`
5454

5555
func (opts *DescribeOpts) Run() error {

0 commit comments

Comments
 (0)