Class: HammerCLIKatello::Repository::UpdateCommand

Inherits:
UpdateCommand
  • Object
show all
Extended by:
HammerCLIKatello::RepositoryScopedToProduct
Includes:
OrganizationOptions
Defined in:
lib/hammer_cli_katello/repository.rb

Instance Method Summary collapse

Methods included from HammerCLIKatello::RepositoryScopedToProduct

validate_repo_name_requires_product_options

Methods included from OrganizationOptions

included, #org_options

Methods included from HammerCLIKatello::ResolverCommons

included

Instance Method Details

#executeObject



260
261
262
263
264
# File 'lib/hammer_cli_katello/repository.rb', line 260

def execute
  @failure = false
  super
  @failure ? HammerCLI::EX_DATAERR : HammerCLI::EX_OK
end