Skip to content

Commit

Permalink
Update cli/src/main/java/com/devonfw/tools/ide/commandlet/AbstractVer…
Browse files Browse the repository at this point in the history
…sionOrEditionGetCommandlet.java
  • Loading branch information
hohwille authored Jan 20, 2025
1 parent fb9fb97 commit 4c73cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void logToolInfo(IdeSubLogger logger, ToolCommandlet commandlet, Object
}
logger.log("The configured {} for tool {} is {}", property, toolName, configuredValue);
if (!Objects.equals(configuredValue, installedValue)) {
logger.log("To install that {} call the following command:", property);
logger.log("To install the configured {} call the following command:", property);
logger.log("ide install {}", toolName);
}
}
Expand Down

0 comments on commit 4c73cfd

Please sign in to comment.