mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 00:54:47 -05:00
Add implicit string conversion to $flattenedJson in Invoke-WPFImpex.ps1 (#2658)
This commit is contained in:
@ -57,6 +57,7 @@ function Invoke-WPFImpex {
|
||||
}
|
||||
}
|
||||
|
||||
$flattenedJson = [string]$flattenedJson
|
||||
Invoke-WPFPresets -preset $flattenedJson -imported $true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user