Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save waldenraines/cf80f90ee2a6995bf1bcee28f76c893f to your computer and use it in GitHub Desktop.
Save waldenraines/cf80f90ee2a6995bf1bcee28f76c893f to your computer and use it in GitHub Desktop.
diff --git a/lib/hammer_cli_katello/associating_commands.rb b/lib/hammer_cli_katello/associating_commands.rb
index 00d82a5..ddd03ab 100644
--- a/lib/hammer_cli_katello/associating_commands.rb
+++ b/lib/hammer_cli_katello/associating_commands.rb
@@ -59,6 +59,9 @@ module HammerCLIKatello
command_name 'add-host-collection'
associated_resource :host_collections
+ build_options do |o|
+ end
+
success_message _("The host collection has been associated")
failure_message _("Could not add host collection")
end
@@ -93,3 +96,4 @@ module HammerCLIKatello
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment