Skip to content

Commit 441721c

Browse files
Merge branch 'init' of https://github.com/PSModule/Get-PSModuleSettings into init
2 parents 1db6e3b + 3c5574a commit 441721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Validate-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Write-Host '✓ Settings retrieved successfully'
3131
# Display the generated settings JSON
3232
Write-Host "`n========== Generated Settings JSON =========="
3333
$settings = $SettingsJson | ConvertFrom-Json
34-
$settings | ConvertTo-Json -Depth 10
34+
Write-Host ($settings | ConvertTo-Json -Depth 10)
3535
Write-Host '=============================================='
3636

3737
# Validate against JSON schema

0 commit comments

Comments
 (0)