Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Nov 27, 2024
1 parent 700b8cd commit 856d592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/GuardingV2ExtensionsHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function Test-IsStrictModeEnabled

function Get-MaxAllowedObsoleteVersion() {
Import-Module -Name $PSScriptRoot\EnlistmentHelperFunctions.psm1

Invoke-CommandWithRetry -ScriptBlock { RunAndCheck git fetch origin main }
$alGoSettings = $(RunAndCheck git show origin/main:.github/AL-Go-Settings.json) | ConvertFrom-Json
if (-not $alGoSettings.repoVersion) {
Expand Down

0 comments on commit 856d592

Please sign in to comment.