Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 12, 2023
1 parent 371f7a1 commit f8d77bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func main() { //nolint:funlen // main function needs to initialize many objects
utilruntime.Must(clientgoscheme.AddToScheme(scheme))
utilruntime.Must(natsv1alpha1.AddToScheme(scheme))

// get configs from ENV
// Get configs from ENV.
envConfigs, err := env.GetConfig()
if err != nil {
setupLog.Error(err, "unable to get configs from env")
Expand Down

0 comments on commit f8d77bb

Please sign in to comment.