lib/forge-cli/app.rb in forge-cli-0.0.15 vs lib/forge-cli/app.rb in forge-cli-0.0.16
- old
+ new
@@ -8,10 +8,10 @@
desc 'install', 'Install modules into the working Forge app'
def install(modules)
app = Dir.pwd
modules = modules.split(',')
modules.each do |mod|
- ForgeCLI::ModuleInstaller.install_module!(mod, app)
+ ForgeCLI::ModuleInstaller.install_module!(mod, app, app)
end
end
desc 'list', 'List available Forge modules'
def list
\ No newline at end of file