diff --git a/app/commands/content_module_cli.rb b/app/commands/content_module_cli.rb index 2f3fbe3..75926e8 100644 --- a/app/commands/content_module_cli.rb +++ b/app/commands/content_module_cli.rb @@ -50,7 +50,7 @@ def slides parser = Parser::Circulate.new(file: module_file) content_module = parser.parse options.delete('module_file') - args = options.merge(data: content_module.lessons, snapshot_host: 'localhost').symbolize_keys + args = options.merge(data: content_module.lessons).symbolize_keys snapshotter = Snapshotter::ContentModuleSlides.new(**args) snapshotter.generate end