Remove todo in validation

This commit is contained in:
Brian Cain 2019-01-29 14:12:21 -08:00
parent 865c553b8f
commit 659aa1c48e
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 0 additions and 10 deletions

View File

@ -225,16 +225,6 @@ module VagrantPlugins
end
end
if @type == :action
actions = []
# TODO: Get every registered action and check if it includes the command defined
end
if @type == :hook
actions = []
# TODO: Get every registered hook and check if it includes the command defined
end
if @run
errorz = @run.validate(machine)
errors.concat errorz["shell provisioner"] if !errorz.empty?