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 25, 2024
1 parent 65c87f2 commit 00bb47a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Src/Public/Invoke-AsBuiltReport.Microsoft.DHCP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ function Invoke-AsBuiltReport.Microsoft.DHCP {


# 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
foreach ($System in $Target) {
Expand Down

0 comments on commit 00bb47a

Please sign in to comment.