Skip to content

Commit 1045c31

Browse files
Update main.go
Co-authored-by: Stefan Prodan <[email protected]> Signed-off-by: Dan Brown <[email protected]>
1 parent fb37098 commit 1045c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func main() {
234234
os.Exit(1)
235235
}
236236

237-
groupChangeLog, err := features.Enabled((features.GroupChangeLog))
237+
groupChangeLog, err := features.Enabled(features.GroupChangeLog)
238238
if err != nil {
239239
setupLog.Error(err, "unable to check feature gate "+features.GroupChangeLog)
240240
os.Exit(1)

0 commit comments

Comments
 (0)