Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 24, 2021
1 parent 0030bb0 commit c6668b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/sysinit/openrc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c6668b9

Please sign in to comment.