lib/chef/knife/topo_cookbook_upload.rb in knife-topo-0.0.8 vs lib/chef/knife/topo_cookbook_upload.rb in knife-topo-0.0.9
- old
+ new
@@ -74,10 +74,10 @@
cookbook_names << cookbook_name
argPos += 1
end
run_cmd(Chef::Knife::CookbookUpload, @topo_upload_args)
else
- ui.info("No cookbooks found for topology #{topo_name}")
+ ui.info("No cookbooks found for topology #{display_name[topo]}")
end
end
include Chef::Knife::TopologyHelper