Skip to content

Commit 06ed3c3

Browse files
Fixed broken template field name in ops-manager (URL -> DownloadURL) (#2607)
1 parent 7d2ac53 commit 06ed3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/opsmanager/logs/jobs_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (opts *JobsListOpts) initStore(ctx context.Context) func() error {
4242
}
4343

4444
var listTemplate = `ID CREATED AT EXPIRES AT STATUS URL REDACTED{{range valueOrEmptySlice .Results}}
45-
{{.ID}} {{.CreationDate}} {{.ExpirationDate}} {{.Status}} {{.URL}} {{.Redacted}}{{end}}
45+
{{.ID}} {{.CreationDate}} {{.ExpirationDate}} {{.Status}} {{.DownloadURL}} {{.Redacted}}{{end}}
4646
`
4747

4848
func (opts *JobsListOpts) Run() error {

0 commit comments

Comments
 (0)