Skip to content

Commit

Permalink
Update PowerShell/ScubaGear/Modules/Orchestrator.psm1 from review fee…
Browse files Browse the repository at this point in the history
…dback

Co-authored-by: mitchelbaker-cisa <[email protected]>
  • Loading branch information
buidav and mitchelbaker-cisa committed Sep 17, 2024
1 parent f2be28f commit 105294d
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 @@ -1738,7 +1738,7 @@ function Invoke-SCuBACached {
if (-not (Test-Path $FileName)) {
# When running Invoke-ScubaCached, the provider output might not exist as a stand-alone
# file depending on what version of ScubaGear created the output. If the provider output
# does not exist as a stand-alone file, create it from the ScubaRestuls file so the other functions
# does not exist as a stand-alone file, create it from the ScubaResults file so the other functions
# can execute as normal.
$ScubaResultsFileName = Join-Path -Path $OutPath -ChildPath "$($OutJsonFileName).json"
$SettingsExport = $(Get-Content $ScubaResultsFileName | ConvertFrom-Json).Raw
Expand Down

0 comments on commit 105294d

Please sign in to comment.