Skip to content

Commit

Permalink
Import common instead of logging
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored and azure-sdk committed Sep 13, 2021
1 parent 895ffab commit cbfc2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/check-spelling-in-changed-files.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cbfc2a4

Please sign in to comment.