瀏覽代碼

CI: Fix malformed Logger script import in Powershell script

PatTheMav 3 年之前
父節點
當前提交
07ef03afe2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]