diff --git a/generate-readme.ps1 b/generate-readme.ps1 index 5a65d05..3626392 100644 --- a/generate-readme.ps1 +++ b/generate-readme.ps1 @@ -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" }