Commit 0fb8021a authored by Marius Rackwitz's avatar Marius Rackwitz

Revert "Ensure the output dir exists in Generator::Header#save_as"

This reverts commit a23a07e49c29b4def57f13160369f175c66cf585.
parent f2f091fb
......@@ -64,7 +64,6 @@ module Pod
# @return [void]
#
def save_as(path)
FileUtils.mkdir_p(path + '..')
path.open('w') { |header| header.write(generate) }
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment