We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09d4a2 commit 1575e9aCopy full SHA for 1575e9a
cli/src/main/java/com/devonfw/tools/ide/tool/IdeasyCommandlet.java
@@ -124,7 +124,7 @@ protected ToolInstallation doInstall(ToolInstallRequest request) {
124
this.context.warning("You are using IDEasy version {} which indicates local development - skipping upgrade.", version);
125
return toolAlreadyInstalled(request);
126
}
127
- return super.install(request);
+ return super.doInstall(request);
128
129
130
/**
0 commit comments