From a206de984694cbf696a0753d30ffe725569e7d5b Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Mon, 13 Sep 2021 10:46:58 -0700 Subject: [PATCH] Import common instead of logging --- eng/common/scripts/check-spelling-in-changed-files.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/scripts/check-spelling-in-changed-files.ps1 b/eng/common/scripts/check-spelling-in-changed-files.ps1 index db11ff5a2366..d4581df84844 100644 --- a/eng/common/scripts/check-spelling-in-changed-files.ps1 +++ b/eng/common/scripts/check-spelling-in-changed-files.ps1 @@ -251,7 +251,7 @@ if ($Test) { $ErrorActionPreference = "Continue" -. $PSScriptRoot/logging.ps1 +. $PSScriptRoot/common.ps1 if ((Get-Command git | Measure-Object).Count -eq 0) { LogError "Could not locate git. Install git https://git-scm.com/downloads"