Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RamblingCookieMonster committed Mar 24, 2015
1 parent 0c237a2 commit 765cfe3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Invoke-Ping.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,10 @@
}
Else
{
$AllComputers.add($ComputerName) | Out-Null
foreach($Computer in $ComputerName)
{
$AllComputers.add($Computer) | Out-Null
}
}

}
Expand Down

0 comments on commit 765cfe3

Please sign in to comment.