1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Merge branch 'master' of github.com:tdreyno/middleman

This commit is contained in:
Thomas Reynolds 2011-08-09 11:08:54 -07:00
commit 6a3a480d13

View file

@ -1,6 +1,6 @@
module Middleman
def self.templates_path
File.join(`cd ~ && pwd`.chomp, ".middleman")
File.join(File.expand_path("~/"), ".middleman")
end
end