Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Brose authored and Caleb Brose committed Jan 7, 2021
1 parent 7889427 commit 7d33211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Function ProcessSourceFile()

if ($customWikiFileHeaderFormat)
{
$content = AddCustomHeader $content
$content = AddCustomHeader $content $file $directories
}

$outputPath = $wikiRepoPath + "/" + $outputFileName
Expand Down Expand Up @@ -208,7 +208,7 @@ Function UpdateFileLinks()
Function AddCustomHeader()
{
[cmdletbinding()]
param([string]$content, $file, [string[]]$directories)
param($content, $file, [string[]]$directories)

$header = $customWikiFileHeaderFormat

Expand Down

0 comments on commit 7d33211

Please sign in to comment.