summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/create_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/create_path.rb')
-rw-r--r--lib/chef/mixin/create_path.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/mixin/create_path.rb b/lib/chef/mixin/create_path.rb
index 233f7b9521..4f03c80de3 100644
--- a/lib/chef/mixin/create_path.rb
+++ b/lib/chef/mixin/create_path.rb
@@ -18,7 +18,6 @@
class Chef
module Mixin
module CreatePath
-
# Creates a given path, including all directories that lead up to it.
# Like mkdir_p, but without the leaking.
#
@@ -67,7 +66,6 @@ class Chef
rescue Errno::EEXIST
end
end
-
end
end
end