Fix typo
Dictionary not dicitionary. Change-Id: I6f8862a3e55d3376f61bb7938b415f9345cc0f43
This commit is contained in:
parent
bee69541cf
commit
debe74f851
@ -215,7 +215,7 @@ def valid_command(config, clients, deployment, param_name, required=True):
|
||||
command = config.get("args", {}).get(param_name)
|
||||
if command is None:
|
||||
return ValidationResult(not required,
|
||||
"Command dicitionary is required")
|
||||
"Command dictionary is required")
|
||||
try:
|
||||
check_command_dict(command)
|
||||
except ValueError as e:
|
||||
|
Loading…
Reference in New Issue
Block a user