mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 17:47:43 +02:00
contributor list: update script name, change a comment
This commit is contained in:
@@ -205,7 +205,7 @@ function updateContributorsJson(developers: ContributorInfo[]) {
|
||||
}
|
||||
|
||||
const output = {
|
||||
"ℹ️": "Auto-generated file. Run `pnpm run list-contributors` to regenerate.",
|
||||
"⚠️": "Auto-generated file. Run `pnpm run update-contributors` to regenerate.",
|
||||
contributors
|
||||
};
|
||||
writeFileSync(CONTRIBUTORS_PATH, JSON.stringify(output, null, 4) + "\n");
|
||||
Reference in New Issue
Block a user