Skip to content

Commit

Permalink
Fixes #29971 - Change config templates to provisioning templates (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiramax authored Jun 29, 2020
1 parent f5668d1 commit 3f8ed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hammer_cli_foreman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def self.exception_handler_class
'HammerCLIForeman::Subnet', 'hammer_cli_foreman/subnet'
)

HammerCLI::MainCommand.lazy_subcommand('template', _("Manipulate config templates"),
HammerCLI::MainCommand.lazy_subcommand('template', _("Manipulate provisioning templates"),
'HammerCLIForeman::Template', 'hammer_cli_foreman/template'
)

Expand Down

0 comments on commit 3f8ed9c

Please sign in to comment.