Skip to content

Commit

Permalink
Update cli/src/main/java/com/devonfw/tools/ide/commandlet/AbstractUpd…
Browse files Browse the repository at this point in the history
…ateCommandlet.java

Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
  • Loading branch information
jan-vcapgemini and hohwille authored Sep 20, 2024
1 parent defa9e8 commit 3cc0c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private void updateSoftware() {
try {
toolCommandlet.install(false);
} catch (Exception e) {
step.error("Installation of " + toolCommandlet.getName() + " failed!", e);
step.error(e, "Installation of {} failed!", toolCommandlet.getName());
}

}
Expand Down

0 comments on commit 3cc0c8d

Please sign in to comment.