Skip to content

Commit

Permalink
devonfw#888: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Dec 12, 2024
1 parent 4bc43aa commit 8ca671f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void uninstallPlugin(ToolPluginDescriptor plugin) {

private void doGuPluginCommand(ToolPluginDescriptor plugin, String command) {
String guCommand = "gu";
if (context.getSystemInfo().isWindows()) {
if (this.context.getSystemInfo().isWindows()) {
guCommand += ".cmd";
}
Path guPath = getToolBinPath().resolve(guCommand);
Expand Down

0 comments on commit 8ca671f

Please sign in to comment.