Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored May 4, 2024
1 parent 28a59fe commit 3c4990e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ TestDC 4800 pwsh
### Test Lock File Validity

```powershell
Test-FileLock -Path \\scripts\myscript.lock
Test-LockFile -Path \\scripts\myscript.lock
```

You can also pipe the outputs from `Get-LockFile`.

```powershell
Get-LockFile -Path \\scripts\myscript.lock | Test-FileLock
Get-LockFile -Path \\scripts\myscript.lock | Test-LockFile
True
```

Expand Down

0 comments on commit 3c4990e

Please sign in to comment.