Skip to content

Commit

Permalink
fixed bug in readme generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 19, 2024
1 parent b34edfb commit ac6afd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-readme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ foreach ($file in $userJsFiles) {

$i++
} while (($i -lt $content.Length) -and (-not $endOfCommentBlock))

$endOfCommentBlock = $false

# Add the row to the table
$tableRows += "| [$($file.Name)](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/$($file.Name)) | $name | $description |`n"
}
Expand Down

0 comments on commit ac6afd3

Please sign in to comment.