From 5a012646aa34250e76f99f39f405a2a4a1aa15c3 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 29 Jan 2021 15:29:34 +0300 Subject: Update comment --- plugins/server/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/server/plugin.go') diff --git a/plugins/server/plugin.go b/plugins/server/plugin.go index 0f1e8615..4fad82d1 100644 --- a/plugins/server/plugin.go +++ b/plugins/server/plugin.go @@ -85,7 +85,7 @@ func (server *Plugin) CmdFactory(env Env) (func() *exec.Cmd, error) { // create command according to the config cmdArgs = append(cmdArgs, strings.Split(server.cfg.Server.Command, " ")...) if len(cmdArgs) < 2 { - return nil, errors.E(op, errors.Str("minimum command should be `php