Commit cea2813 1 parent 22e854e commit cea2813 Copy full SHA for cea2813
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function EnsureDirectoriesExist
27
27
# Locate the user's module directory
28
28
$modulePaths = @ ($env: PSModulePath -split ' ;' );
29
29
$expectedPath = Join-Path - Path ([Environment ]::GetFolderPath(' MyDocuments' )) - ChildPath WindowsPowerShell\Modules;
30
- $destination = $modulePaths | Where-Object { $_ -eq $expectedPath };
30
+ $destination = $modulePaths | Where-Object { $_ -eq $expectedPath } | Select - First 1 ;
31
31
32
32
if (-not $destination )
33
33
{
Original file line number Diff line number Diff line change 12
12
ModuleToProcess = ' '
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 2.0.1 .0'
15
+ ModuleVersion = ' 2.0.2 .0'
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 32e566fb-d28d-43e7-8786-1181ef91a9fd'
You can’t perform that action at this time.
0 commit comments