fix templates_path on windows
This commit is contained in:
parent
9333763333
commit
1570293c0c
|
@ -1,6 +1,6 @@
|
|||
module Middleman
|
||||
def self.templates_path
|
||||
File.join(`cd ~ && pwd`.chomp, ".middleman")
|
||||
File.join(File.expand_path("~/"), ".middleman")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue