lib/pennyworth/cli.rb in pennyworth-7.0.0 vs lib/pennyworth/cli.rb in pennyworth-7.1.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 project_name: Identity.name
+ Runcom::Configuration.new Identity.name
end
def initialize args = [], options = {}, config = {}
super args, options, config
end