lib/pushwagner/environment.rb in pushwagner-0.0.1.6 vs lib/pushwagner/environment.rb in pushwagner-0.0.1.7
- old
+ new
@@ -18,11 +18,11 @@
@config = HashWithIndifferentAccess.new(YAML::load_file(config_file) || {})
end
def path_prefix
- config['path_prefix'] || '/srv/www'
+ config['path_prefix'] || '/'
end
def maven
@maven = (config['maven'] ? Maven.new(config['maven'], version) : {})
end
@@ -65,6 +65,6 @@
return cf if File.exist? cf
end
raise "Couldn't find config file in locations: #{locations.join(', ')}"
end
end
-end
\ No newline at end of file
+end