Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
salimbouch authored Feb 15, 2024
1 parent e4b885d commit ea4b410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private void updateSoftware() {
String toolName = software.getFileName().toString();
ToolCommandlet toolCommandlet = this.context.getCommandletManager().getToolCommandletOrNull(toolName);
if (toolCommandlet != null) {
toolCommandlets.add(this.context.getCommandletManager().getToolCommandletOrNull(toolName));
toolCommandlets.add(toolCommandlet);
}
}

Expand Down

0 comments on commit ea4b410

Please sign in to comment.