Skip to content

Commit

Permalink
WEB-6415: Use module for content module command
Browse files Browse the repository at this point in the history
- lo was learning objective acronym
  • Loading branch information
KapilSachdev committed Sep 27, 2023
1 parent e4f3f70 commit e7278df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/commands/robles_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.exit_on_failure?
subcommand 'video', VideoCli

desc 'module [SUBCOMMAND] ...ARGS', 'manage publication of content modules'
subcommand 'lo', ContentModuleCli
subcommand 'module', ContentModuleCli

desc 'pablo [SUBCOMMAND] ...ARGS', 'manage publication of pablo'
subcommand 'pablo', PabloCli
Expand Down
2 changes: 1 addition & 1 deletion app/lib/image_provider/content_module_extractor.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module ImageProvider
# Extract all images from a video course
# Extract all images from a content module
class ContentModuleExtractor
attr_reader :content_module, :images

Expand Down

0 comments on commit e7278df

Please sign in to comment.