Skip to content

Commit 978058d

Browse files
Update log message in main.ps1 to clarify module import process
1 parent 3caad7f commit 978058d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Get-Command -Module Helpers | ForEach-Object { Remove-Item -Path function:$_ -Fo
99
Get-Item -Path "$PSModulePath/Helpers/999.0.0" -ErrorAction SilentlyContinue | Remove-Item -Recurse -Force
1010
$modulePath = New-Item -Path "$PSModulePath/Helpers/999.0.0" -ItemType Directory -Force | Select-Object -ExpandProperty FullName
1111
Copy-Item -Path "$PSScriptRoot/Helpers/*" -Destination $modulePath -Recurse -Force
12-
LogGroup 'Importing module' {
12+
LogGroup 'Importing helpers' {
1313
Import-Module -Name Helpers -Verbose
1414
}

0 commit comments

Comments
 (0)