Skip to content

Commit

Permalink
Merge pull request #247 from agrare/fix_i18n_error_appliance_console_cli
Browse files Browse the repository at this point in the history
Fix missing i18n with appliance_console_cli
  • Loading branch information
Fryguy authored Apr 16, 2024
2 parents c1001f8 + 0ac23ab commit ca037d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/appliance_console_cli
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ require 'bundler'
Bundler.setup

require 'manageiq/appliance_console'
require 'manageiq/appliance_console/i18n'
ManageIQ::ApplianceConsole::Cli.parse(ARGV)

0 comments on commit ca037d0

Please sign in to comment.