diff --git a/scripts/update-contributors.js b/scripts/update-contributors.js
index a02542ed282..000e048b050 100755
--- a/scripts/update-contributors.js
+++ b/scripts/update-contributors.js
@@ -100,7 +100,7 @@ Thanks to all our contributors who have helped make Roo Code better!
// Create contributor cell HTML
const createCell = (contributor) => {
- return `
${contributor.login}`
+ return `
${contributor.login}`
}
if (filteredContributors.length > 0) {