Skip to content

Commit 985b3c5

Browse files
committed
PowerShell NativeCommandError, we meet again, my old nemesis
1 parent 32bba31 commit 985b3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/generate.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ try {
4949
}
5050
finally {
5151
Push-Location $targetDir
52-
& git add ./
52+
exec git add ./
5353
Write-Host "Files that changed in docs:"
54-
& git --no-pager status -s
54+
exec git --no-pager status -s
5555
Pop-Location
5656
}
5757
}

0 commit comments

Comments
 (0)