Skip to content

Commit

Permalink
Uncomment resourceBunlde used to get version data
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Apr 13, 2022
1 parent 41df294 commit 0d8b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/endava/cats/command/CatsCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
versionProvider = VersionProvider.class,
commandListHeading = "%n@|bold,underline Commands:|@%n",
defaultValueProvider = CommandLine.PropertiesDefaultProvider.class,
// resourceBundle = "version",
resourceBundle = "version",
subcommands = {
AutoComplete.GenerateCompletion.class,
CommandLine.HelpCommand.class,
Expand Down

0 comments on commit 0d8b7ce

Please sign in to comment.