lib/picnic/conf.rb in picnic-0.7.0 vs lib/picnic/conf.rb in picnic-0.7.1
- old
+ new
@@ -46,10 +46,10 @@
app_path = File.expand_path($APP_PATH)
else
caller.last =~ /^(.*?):\d+$/
app_path = File.dirname(File.expand_path($1))
end
- app_path+'/../config.example.yml'
+ app_path+'/config.example.yml'
end
# Copies the example config file into the appropriate
# configuration directory.
#