diff --git a/.github/scripts/update-release-notes.js b/.github/scripts/update-release-notes.js index a49c165bfb..4d262888f9 100644 --- a/.github/scripts/update-release-notes.js +++ b/.github/scripts/update-release-notes.js @@ -109,7 +109,7 @@ var reqGet = https.request(options, function(res) { // Find the index of the release notes header. const releaseNotesHeaderIndex = contentArray.indexOf(releaseNotesHeader); - if (releaseFileContainsLineStartWith(`### Android BOM ${version}`) == true) { + if (releaseFileContainsLineStartWith(`### Android BOM ${version}`) == true) { console.error("already updated") return } @@ -173,4 +173,4 @@ function releaseFileContainsLineStartWith(lineStartWithString){ } } -updateBOMReleaseNotes() \ No newline at end of file +updateBOMReleaseNotes()