File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ func (s *OpenRC) Disable(svc string) error {
119
119
120
120
// DisableNow not implemented for openRC
121
121
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" )
123
123
}
124
124
125
125
// Enable does nothing
@@ -129,7 +129,7 @@ func (s *OpenRC) Enable(svc string) error {
129
129
130
130
// EnableNow not implemented for openRC
131
131
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" )
133
133
}
134
134
135
135
// Restart restarts a service
You can’t perform that action at this time.
0 commit comments