Skip to content

Commit 4c87219

Browse files
committed
Fix bad import to common.psm1
1 parent 90a1a2f commit 4c87219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ param(
66
$ErrorActionPreference = 'Stop'
77
Set-StrictMode -Version 2
88

9-
Import-Module -Force -Scope Local "$PSScriptRoot/src/common.psm1"
9+
Import-Module -Force -Scope Local "$PSScriptRoot/../src/common.psm1"
1010

1111
Push-Location "$PSScriptRoot/../"
1212

0 commit comments

Comments
 (0)