Skip to content

Commit

Permalink
Fix Tutorial Section 1.2 Missing Colon kubernetes-sigs#2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemcquaid committed Oct 1, 2021
1 parent cab133d commit 7a4d5bb
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 @@ -141,7 +141,7 @@ func main() {

var namespaces []string // List of Namespaces

mgr, err = ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
NewCache: cache.MultiNamespacedCacheBuilder(namespaces),
MetricsBindAddress: fmt.Sprintf("%s:%d", metricsHost, metricsPort),
Expand Down

0 comments on commit 7a4d5bb

Please sign in to comment.