Skip to content

Commit

Permalink
fix comment language
Browse files Browse the repository at this point in the history
  • Loading branch information
buidav committed Sep 19, 2024
1 parent 5424f50 commit e1da83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/Modules/Orchestrator.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ function Invoke-SCuBACached {
$ScubaResultsFileName = Join-Path -Path $OutPath -ChildPath "$($OutJsonFileName).json"
$SettingsExport = $(Get-Content $ScubaResultsFileName | ConvertFrom-Json).Raw

# Uses the custom UTF8 NoBOM function when available
# Uses the custom UTF8 NoBOM function to reoutput the Provider JSON file
$ProviderContent = $SettingsExport | ConvertTo-Json -Depth 20
$ActualSavedLocation = Set-Utf8NoBom -Content $ProviderContent `
-Location $ProviderJSONFilePath -FileName "$OutProviderFileName.json"
Expand Down

0 comments on commit e1da83c

Please sign in to comment.