Corrected parameter name, typo, error message, and variable naming

This commit is contained in:
Ivan Pesin 2017-09-10 21:36:17 -05:00
parent e1036eaaf0
commit baad906d24
2 changed files with 9 additions and 9 deletions

View file

@ -381,7 +381,7 @@ type Hook struct {
PassEnvironmentToCommand []Argument `json:"pass-environment-to-command,omitempty"`
PassArgumentsToCommand []Argument `json:"pass-arguments-to-command,omitempty"`
JSONStringParameters []Argument `json:"parse-parameters-as-json,omitempty"`
MaxConcurrency int `json:"max-concurrency,omiempty"`
MaxConcurrency int `json:"maximum-concurrent-executions,omitempty"`
TriggerRule *Rules `json:"trigger-rule,omitempty"`
TriggerRuleMismatchHttpResponseCode int `json:"trigger-rule-mismatch-http-response-code,omitempty"`
}