summaryrefslogtreecommitdiff
path: root/lib/chef/knife/deps.rb
diff options
context:
space:
mode:
authorjkeiser <jkeiser@opscode.com>2012-12-24 08:50:17 -0800
committerJohn Keiser <jkeiser@opscode.com>2013-06-07 13:12:13 -0700
commitcfc5d9e6f1a3804f1d5b674cec15b459916e3bee (patch)
tree9079e07ec4f78c1df837df8669d8b4a801fa9429 /lib/chef/knife/deps.rb
parent0e1018052febe6753226755cef0db6ba2c7a6407 (diff)
downloadchef-cfc5d9e6f1a3804f1d5b674cec15b459916e3bee.tar.gz
Replace some missed putses with output
Diffstat (limited to 'lib/chef/knife/deps.rb')
-rw-r--r--lib/chef/knife/deps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/deps.rb b/lib/chef/knife/deps.rb
index 9de457b574..dc4ddaa40a 100644
--- a/lib/chef/knife/deps.rb
+++ b/lib/chef/knife/deps.rb
@@ -48,7 +48,7 @@ class Chef
child_entry = Chef::ChefFS::FileSystem.resolve_path(@root, child)
print_flattened_dependencies(child_entry, dependencies)
end
- puts format_path(entry.path)
+ output format_path(entry.path)
end
end