Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit a28912a

Browse files
sethvsmarkekraus
authored andcommitted
Fix path in Description for Copy-WinModule. (#35)
1 parent 2929ed5 commit a28912a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Module/Copy-WinModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Copy-WinModule [[-Name] <String[]>] [-ComputerName <String>] [-ConfigurationName
2121
## DESCRIPTION
2222

2323
Copy modules from the compatibility session that are directly usable in PowerShell Core.
24-
By default, these modules will be copied to $PSHome/Modules.
24+
By default, these modules will be copied to $Home/Documents/PowerShell/Modules.
2525
This can be overridden using the -Destination parameter.
2626
Once these modules have been copied,
2727
they will be available just like the other native modules for PowerShell Core.

0 commit comments

Comments
 (0)