Skip to content

Commit

Permalink
Fix Tutorial Section 1.2 Missing Colon
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemcquaid committed Oct 1, 2021
1 parent a89ce41 commit ae8a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/cronjob-tutorial/testdata/emptymain.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func main() {
Note that the Manager can restrict the namespace that all controllers will watch for resources by:
*/

mgr, err = ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
Namespace: namespace,
MetricsBindAddress: metricsAddr,
Expand Down

0 comments on commit ae8a57e

Please sign in to comment.