Skip to content

Commit 1004b91

Browse files
committed
Update Logging to v0.1.1
1 parent 406ec05 commit 1004b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ScriptIncPath = Join-Path -Path (Join-Path -Path $ScriptDirectory -ChildPath $S
104104
# Download, unzip and dot-source logging library
105105
$loggingDir = Join-Path -Path $ScriptIncPath -ChildPath 'TirsvadScript.Logging'
106106
$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'
107+
$loggingZipUrl = 'https://github.com/TirsvadScript/PS.Logging/releases/download/v0.1.1/TirsvadScript.Logging.zip'
108108

109109
if (-not (Test-Path -Path $loggingScript)) {
110110
Write-Host "Logging library not found. Downloading from $loggingZipUrl..."

0 commit comments

Comments
 (0)