lib/lono/core.rb in lono-8.0.0.pre.rc2 vs lib/lono/core.rb in lono-8.0.0.pre.rc3
- old
+ new
@@ -35,10 +35,10 @@
def configure(&block)
App.instance.configure(&block)
end
- # Generally, use the Terraspace.config instead of App.instance.config since it guarantees the load_project_config call
+ # Generally, use the Lono.config instead of App.instance.config since it guarantees the load_project_config call
def config
App.instance.load_project_config
App.instance.config
end
memoize :config