Make Chef Zero lowercase in validation (conforms to other keys)

This commit is contained in:
Seth Vargo 2014-10-30 11:22:26 -04:00
parent 1169c80a72
commit 721edf70b9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module VagrantPlugins
end
def validate(machine)
{ "Chef Zero provisioner" => super["chef solo provisioner"] }
{ "chef zero provisioner" => super["chef solo provisioner"] }
end
end
end