Skip to content

Commit

Permalink
(build) Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Dec 19, 2019
1 parent efac4dc commit 43fb8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Draft-GithubRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$gitReleaseManager = Get-Command "gitreleasemanager.exe" -ErrorAction Ignore | ForEach-Object Source
if (!$gitReleaseManager) {
$gitReleaseManager = Get-Command "dotnet-gitreleasemanager" | ForEach-Object Source
if (!gitreleasemanager) {
if (!$gitreleasemanager) {
throw "git release manager executable was not found"
}
}
Expand Down

0 comments on commit 43fb8c3

Please sign in to comment.