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:
commit
6a3a480d13
1 changed files with 2 additions and 2 deletions
|
@ -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