Skip to content

Commit

Permalink
Fixed object property name to satisfy code spell
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrdavidson committed Jan 18, 2024
1 parent a3c95af commit 7e56430
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/PSQualityCheck/Public/Invoke-PSQualityCheck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -622,11 +622,11 @@ function Invoke-PSQualityCheck {
if ($PesterConfiguration.Run.PassThru.Value -eq $true) {

$resultObject = @{
'project' = $projectResults
'module' = $moduleResults
'extraction' = $extractionResults
'script' = $scriptResults
'extractedscript' = $extractedScriptResults
'project' = $projectResults
'module' = $moduleResults
'extraction' = $extractionResults
'script' = $scriptResults
'extracted-script' = $extractedScriptResults
}

return $resultObject
Expand Down

0 comments on commit 7e56430

Please sign in to comment.