Skip to content

Commit 9976aff

Browse files
committed
Update Invoke-ExecOffloadFunctions.ps1
1 parent 0b5e569 commit 9976aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecOffloadFunctions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Function Invoke-ExecOffloadFunctions {
4343
}
4444
}
4545

46-
$VersionTable = $Version | Select-Object @{n = 'Name'; e = { $_.RowKey } }, @{n = 'Version'; e = { $_.Version } }
46+
$VersionTable = $Version | Select-Object @{n = 'Name'; e = { $_.RowKey } }, @{n = 'Version'; e = { $_.Version } }, @{n = 'Default'; e = { $_.RowKey -notmatch '-' } }
4747

4848
$CurrentState = if (!$CurrentState) {
4949
[PSCustomObject]@{

0 commit comments

Comments
 (0)