diff --git a/pkg/minikube/sysinit/openrc.go b/pkg/minikube/sysinit/openrc.go index ca12e02579..b9a6f7ef8b 100644 --- a/pkg/minikube/sysinit/openrc.go +++ b/pkg/minikube/sysinit/openrc.go @@ -119,7 +119,7 @@ func (s *OpenRC) Disable(svc string) error { // DisableNow not implemented for openRC func (s *OpenRC) DisableNow(svc string) error { - return fmt.Errorf("disable now is not implemented for OpenRC! PRs to fix are welcomed.") + return fmt.Errorf("disable now is not implemented for OpenRC! PRs to fix are welcomed") } // Enable does nothing @@ -129,7 +129,7 @@ func (s *OpenRC) Enable(svc string) error { // EnableNow not implemented for openRC func (s *OpenRC) EnableNow(svc string) error { - return fmt.Errorf("enable now is not implemented for OpenRC! PRs to fix are welcomed.") + return fmt.Errorf("enable now is not implemented for OpenRC! PRs to fix are welcomed") } // Restart restarts a service