We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb2379 commit 06e7e30Copy full SHA for 06e7e30
_InitializeRepository.ps1
@@ -77,7 +77,6 @@ Begin
77
function DeleteThisScript
78
{
79
[string] $scriptPath = Join-Path -Path $PSScriptRoot -ChildPath '_InitializeRepository.ps1'
80
- Write-Output "Script path to delete is: $scriptPath"
81
[string] $deleteCommand = "-ExecutionPolicy Bypass -NoProfile -Command `"Start-Sleep -Seconds 1; Remove-Item -Path '$scriptPath' -Force`""
82
83
$powerShellVersion = $PSVersionTable.PSVersion.Major
0 commit comments