提交 c6668b9a 编写于 作者: M Medya Gh

lint

上级 0030bb04
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册