mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-12-12 02:56:03 +00:00
chore: Update repo links
This commit is contained in:
@@ -162,7 +162,7 @@ function normalize_values([psobject] $json) {
|
||||
# Recursively edit psobjects
|
||||
# If the values is psobjects, its not normalized
|
||||
# For example if manifest have architecture and it's architecture have array with single value it's not formatted.
|
||||
# @see https://github.com/lukesampson/scoop/pull/2642#issue-220506263
|
||||
# @see https://github.com/ScoopInstaller/Scoop/pull/2642#issue-220506263
|
||||
if ($_.Value -is [System.Management.Automation.PSCustomObject]) {
|
||||
$_.Value = normalize_values $_.Value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user