Explorar o código

CI: Fix malformed Logger script import in Powershell script

PatTheMav %!s(int64=3) %!d(string=hai) anos
pai
achega
07ef03afe2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/scripts/utils.pwsh/Invoke-External.ps1

+ 1 - 1
.github/scripts/utils.pwsh/Invoke-External.ps1

@@ -14,7 +14,7 @@ function Invoke-External {
     }
 
     if ( ! ( Test-Path function:Log-Information ) ) {
-        . $PSScriptRoot/Utils-Logger.ps1
+        . $PSScriptRoot/Logger.ps1
     }
 
     $Command = $args[0]