Skip to content

Commit

Permalink
Remove newline in init function (#109)
Browse files Browse the repository at this point in the history
Removes the newline in the init function. Mostly just making an
arbitrary change to trigger a build of the image on `main` that will
push the short sha as added in #108

Related to https://linear.app/prefect/issue/PLA-343/automatically-update-prefect-operator-helm-chart-versions-in-ccd-to
  • Loading branch information
mitchnielsen authored Oct 9, 2024
1 parent 3dd0551 commit b2c9345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var (

func init() {
utilruntime.Must(clientgoscheme.AddToScheme(scheme))

utilruntime.Must(prefectiov1.AddToScheme(scheme))
//+kubebuilder:scaffold:scheme
}
Expand Down

0 comments on commit b2c9345

Please sign in to comment.