Improve the output

This commit is contained in:
Markus Fleschutz
2021-04-22 09:24:19 +02:00
parent 6b66cb1b6c
commit 07fdba4d1d
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
param($RepoDir = "$PWD")
try {
$RepoDir = resolve-path "$RepoDir"
$RepoDir = resolve-path "$RepoDir"
if (-not(test-path "$RepoDir" -pathType container)) { throw "Can't access directory: $RepoDir" }
set-location "$RepoDir"