lib/linner.rb in linner-0.6.6 vs lib/linner.rb in linner-0.6.7
- old
+ new
@@ -21,10 +21,10 @@
extend self
attr_accessor :env, :compile
def root
- @root ||= Pathname('.').expand_path
+ @root ||= Pathname('.').realpath
end
def config_file
linner_file = root.join("Linnerfile")
config_file = root.join("config.yml")