Skip to content

Commit 1a06838

Browse files
Merge pull request #2866 from hunterkepley/ocm-15190
OCM-15190 | feat: Remove default channelgroup from edit/cluster
2 parents 7a827e2 + e7302ea commit 1a06838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/edit/cluster/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func init() {
214214
flags.StringVar(
215215
&args.channelGroup,
216216
"channel-group",
217-
ocm.DefaultChannelGroup,
217+
"",
218218
"Changes the channel group used for cluster versions. "+
219219
"Channel group is the name of the channel where this image belongs, for example \"stable\" or \"eus\".",
220220
)

0 commit comments

Comments
 (0)