lib/buildbox/configuration.rb in buildbox-0.4.2 vs lib/buildbox/configuration.rb in buildbox-0.5
- old
+ new
@@ -52,9 +52,9 @@
def read_and_load
merge! JSON.parse(path.read)
end
def path
- Buildbox.root_path.join("configuration.json")
+ Buildbox.home_path.join("configuration.json")
end
end
end