Skip to content

Commit 6f626c3

Browse files
authored
fix: rename group to project (#436)
1 parent 1ad0a2b commit 6f626c3

File tree

1 file changed

+1
-1
lines changed
  • internal/cli/opsmanager/maintenance

1 file changed

+1
-1
lines changed

internal/cli/opsmanager/maintenance/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (opts *ListOpts) initStore() error {
3434
return err
3535
}
3636

37-
var listTemplate = `ID GROUP ID START DATE END DATE{{range .Results}}
37+
var listTemplate = `ID PROJECT ID START DATE END DATE{{range .Results}}
3838
{{.ID}} {{.GroupID}} {{.StartDate}} {{.EndDate}}{{end}}
3939
`
4040

0 commit comments

Comments
 (0)