replaced not with ! in the if
This commit is contained in:
parent
dd3d782659
commit
3a5331cbb2
|
@ -103,7 +103,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def verify_chef_nodes_folder
|
def verify_chef_nodes_folder
|
||||||
if not File.exists? @config.nodes_path[0][1]
|
if !File.exists? @config.nodes_path[0][1]
|
||||||
raise ChefError, :missing_chef_node_folder
|
raise ChefError, :missing_chef_node_folder
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue