Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Aug 14, 2024
1 parent 0aa784a commit b7ed610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ importCommand
} else if (official) {
console.log(chalk.cyan('导入官方插件源 - Importing official library...'));
const latestVersion = execSync(
`curl https://api.github.com/repos/Jermolene/TiddlyWiki5/tags -s | jq -r '.[0].name'`,
`curl https://api.github.com/repos/TiddlyWiki/TiddlyWiki5/tags -s | jq -r '.[0].name'`,
)
.toString()
.trim();
Expand Down

0 comments on commit b7ed610

Please sign in to comment.