Skip to content

Commit

Permalink
Fix typo, random 'a' in write-debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Nov 17, 2023
1 parent e2c25ed commit d229b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FogApi/Public/Repair-FogSnapinAssociations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Repair-FogSnapinAssociations {
"These snapin assoiciations have an invalid snapinID either of 0 or -1 or an id that doesn't belong to any snapins in the server and will be removed:`n$($invalidSnapinID | out-string)" | out-host;
$invalidSnapinID | ForEach-Object {
Write-Verbose "Removing association $($_ | out-string)"
Write-Debug "Removing association $($_ | out-string)"a
Write-Debug "Removing association $($_ | out-string)"
Remove-FogObject -type object -coreObject snapinassociation -IDofObject $_.id
}
#refresh association list after removing some invalids
Expand Down

0 comments on commit d229b3b

Please sign in to comment.