Skip to content

Commit 7d33211

Browse files
Caleb BroseCaleb Brose
Caleb Brose
authored and
Caleb Brose
committed
Bugfixes
1 parent 7889427 commit 7d33211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Function ProcessSourceFile()
9696

9797
if ($customWikiFileHeaderFormat)
9898
{
99-
$content = AddCustomHeader $content
99+
$content = AddCustomHeader $content $file $directories
100100
}
101101

102102
$outputPath = $wikiRepoPath + "/" + $outputFileName
@@ -208,7 +208,7 @@ Function UpdateFileLinks()
208208
Function AddCustomHeader()
209209
{
210210
[cmdletbinding()]
211-
param([string]$content, $file, [string[]]$directories)
211+
param($content, $file, [string[]]$directories)
212212

213213
$header = $customWikiFileHeaderFormat
214214

0 commit comments

Comments
 (0)