Skip to content

Commit e7302ea

Browse files
committed
OCM-15190 | feat: Remove default channelgroup from edit/cluster
1 parent 08a192a commit e7302ea

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)