diff --git a/Scripts/fetch-repo.ps1 b/Scripts/fetch-repo.ps1 old mode 100644 new mode 100755 index 524a01c9..4b34a984 --- a/Scripts/fetch-repo.ps1 +++ b/Scripts/fetch-repo.ps1 @@ -9,7 +9,7 @@ param($RepoDir = "$PWD") try { - write-output "Fetching repository $RepoDir at $env:computername ..." + write-output "Fetching repository $RepoDir ..." if (-not(test-path "$RepoDir")) { throw "Repository at $RepoDir is non-existing" } set-location "$RepoDir"