lib/pennyworth/cli.rb in pennyworth-7.2.0 vs lib/pennyworth/cli.rb in pennyworth-8.0.0
- old
+ new
@@ -17,10 +17,10 @@
def self.source_root
File.expand_path File.join(File.dirname(__FILE__), "templates")
end
def self.configuration
- Runcom::Configuration.new Identity.name
+ Runcom::Config.new Identity.name
end
def initialize args = [], options = {}, config = {}
super args, options, config
end