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 406ec05 commit 1004b91Copy full SHA for 1004b91
src/install.ps1
@@ -104,7 +104,7 @@ $ScriptIncPath = Join-Path -Path (Join-Path -Path $ScriptDirectory -ChildPath $S
104
# Download, unzip and dot-source logging library
105
$loggingDir = Join-Path -Path $ScriptIncPath -ChildPath 'TirsvadScript.Logging'
106
$loggingScript = Join-Path -Path $loggingDir -ChildPath 'TirsvadScript.Logging.ps1'
107
-$loggingZipUrl = 'https://github.com/TirsvadScript/PS.Logging/releases/download/v0.1.0/TirsvadScript.Logging.zip'
+$loggingZipUrl = 'https://github.com/TirsvadScript/PS.Logging/releases/download/v0.1.1/TirsvadScript.Logging.zip'
108
109
if (-not (Test-Path -Path $loggingScript)) {
110
Write-Host "Logging library not found. Downloading from $loggingZipUrl..."
0 commit comments