Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
error7404 committed Jun 6, 2024
1 parent 7164efc commit 4b8200f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/json_plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ json.sort((a, b) => {

fs.writeFileSync(jsonMinPath, JSON.stringify(json));
fs.writeFileSync(jsonPath, JSON.stringify(json, null, '\t'));
fetch(`https://img.shields.io/badge/Plugins-${totalPlugins}-blue`)
fetch(`https://img.shields.io/badge/Plugins-4-blue`)
.then(res => res.text())
.then(data => {
fs.writeFileSync('total.svg', data, { encoding: 'utf-8' });
Expand Down

0 comments on commit 4b8200f

Please sign in to comment.