We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eae165 commit 57c1133Copy full SHA for 57c1133
1 file changed
configuration/check.go
@@ -36,7 +36,7 @@ func checkHaproxyConfiguration(opt options.ConfigurationOptions, path string, tr
36
"HAPROXY_MWORKER_WAIT_ONLY", "HAPROXY_PROCESSES")
37
38
switch {
39
- case len(transactionID) > 0 && len(opt.ValidateCmd) > 0:
+ case len(opt.ValidateCmd) > 0:
40
w, _ := shellquote.Split(opt.ValidateCmd)
41
name = w[0]
42
args = w[1:]
0 commit comments