Skip to content

Commit

Permalink
Fix CodeQL Alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Jan 22, 2024
1 parent 58d6aff commit f585700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Src/Public/Invoke-AsBuiltReport.VMware.SRM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ function Invoke-AsBuiltReport.VMware.SRM {
Get-AbrSRMRequiredModule -Name 'VMware.PowerCLI' -Version '13.1'

# Import Report Configuration
$Report = $ReportConfig.Report
$InfoLevel = $ReportConfig.InfoLevel
$Options = $ReportConfig.Options
$script:Report = $ReportConfig.Report
$script:InfoLevel = $ReportConfig.InfoLevel
$script:Options = $ReportConfig.Options

# Used to set values to TitleCase where required
$TextInfo = (Get-Culture).TextInfo
$script:TextInfo = (Get-Culture).TextInfo

#region foreach loop
#---------------------------------------------------------------------------------------------#
Expand Down

0 comments on commit f585700

Please sign in to comment.