Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Apr 15, 2024
1 parent 8cd1974 commit 304a9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $results = if ($env:ComputerName -ne $lock.ComputerName) {
$session = New-PSSession -ComputerName TestDC2
$lock | Test-LockFile -Session $session
} else {
$lock | Test-LockFile -Session
$lock | Test-LockFile
}
$results
Expand Down

0 comments on commit 304a9b8

Please sign in to comment.