Skip to content

Commit

Permalink
snapshot_host should not have been overridden for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyd committed Oct 10, 2023
1 parent df4ab2a commit b6bb3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commands/content_module_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6bb3ff

Please sign in to comment.