diff options
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r-- | lib/chef/knife.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb index d4d1a3c534..eb2c321cab 100644 --- a/lib/chef/knife.rb +++ b/lib/chef/knife.rb @@ -245,7 +245,6 @@ class Chef ENV['PWD'] end || Dir.pwd - puts "Working directory: #{a}" a end |