Skip to content

Commit fd37b0e

Browse files
committed
Fix moduleFolder
1 parent 571d808 commit fd37b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Build-VBA.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if ($null -eq $doc) {
110110

111111
# Define the module folder path
112112

113-
$moduleFolder = Join-Path $currentDir "$folderName/Modules"
113+
$moduleFolder = GetAbsPath -path "$folderName/Modules" -basePath $currentDir
114114
Write-Host "Module folder path: $moduleFolder"
115115

116116
#Check if the module folder does not exist create an empty one

0 commit comments

Comments
 (0)