Skip to content

Commit b44b38a

Browse files
authored
Merge pull request #1169 from Stunkymonkey/fix-Uninstall-ChocolateyPath
(doc) fix Uninstall-ChocolateyPath param
2 parents 5b3f601 + 611abf5 commit b44b38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en-us/create/cmdlets/Uninstall-ChocolateyPath.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Ensures that the given path is not present in the given type of PATH environment
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> Uninstall-ChocolateyPath -PathToUninstall "$($env:SystemDrive)\tools\gittfs"
35+
PS C:\> Uninstall-ChocolateyPath -Path "$($env:SystemDrive)\tools\gittfs"
3636
```
3737

3838
Removes the target path from the current user's PATH environment variable.

0 commit comments

Comments
 (0)