Skip to content

Commit

Permalink
#974: Fixed dotnet command for nightly test (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex authored Nov 17, 2022
1 parent 5d9ffdb commit 2dc8562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/ide[devonf

WIP: Release with small but important bugfixes:

* TODO: replace me
* https://github.com/devonfw/ide/issues/974[#974]: Fixed dotnet command

The full list of changes for this release can be found in https://github.com/devonfw/ide/milestone/35?closed=1[milestone 2022.11.002].

Expand Down
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/dotnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function doSetup() {
then
doDebug "Devon4net template already installed."
else
doRun new -i devon4net.WebApi.Template
doRunCommand "'${DOTNET}' new -i devon4net.WebApi.Template"
fi
}

Expand Down

0 comments on commit 2dc8562

Please sign in to comment.