From c6668b9a4e706af0c43e9613f32383d9c909d89d Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 24 Feb 2021 14:45:05 -0800 Subject: [PATCH] lint --- pkg/minikube/sysinit/openrc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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