Skip to content

Commit c6668b9

Browse files
committed
lint
1 parent 0030bb0 commit c6668b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/minikube/sysinit/openrc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (s *OpenRC) Disable(svc string) error {
119119

120120
// DisableNow not implemented for openRC
121121
func (s *OpenRC) DisableNow(svc string) error {
122-
return fmt.Errorf("disable now is not implemented for OpenRC! PRs to fix are welcomed.")
122+
return fmt.Errorf("disable now is not implemented for OpenRC! PRs to fix are welcomed")
123123
}
124124

125125
// Enable does nothing
@@ -129,7 +129,7 @@ func (s *OpenRC) Enable(svc string) error {
129129

130130
// EnableNow not implemented for openRC
131131
func (s *OpenRC) EnableNow(svc string) error {
132-
return fmt.Errorf("enable now is not implemented for OpenRC! PRs to fix are welcomed.")
132+
return fmt.Errorf("enable now is not implemented for OpenRC! PRs to fix are welcomed")
133133
}
134134

135135
// Restart restarts a service

0 commit comments

Comments
 (0)