Skip to content

Commit 0d3c949

Browse files
committed
fix build
1 parent 3b28fa2 commit 0d3c949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/addons/addons.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ func Start(wg *sync.WaitGroup, cc *config.ClusterConfig, toEnable map[string]boo
446446
}
447447
}
448448

449-
// enableAutoPause enables the service after the config was copied by generic enble
450-
func enableAutoPause(cc *config.ClusterConfig, name string, val string) error {
449+
// enableOrDisableAutoPause enables the service after the config was copied by generic enble
450+
func enableOrDisableAutoPause(cc *config.ClusterConfig, name string, val string) error {
451451
enable, err := strconv.ParseBool(val)
452452
if err != nil {
453453
return errors.Wrapf(err, "parsing bool: %s", name)

0 commit comments

Comments
 (0)