Skip to content

Commit

Permalink
update updater
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Jan 8, 2025
1 parent a7d1618 commit 687ddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function _checkUpdater() {
process.stdout.write("Checking for updater updates...")

const remote = await fetch(
"https://raw.githubusercontent.com/bot-ts/framework/refs/heads/master/scripts/update-framework.js",
"https://raw.githubusercontent.com/bot-ts/framework/master/scripts/update-framework.js",
).then((res) => res.text())
const local = await fs.promises.readFile(filename, "utf8")

Expand Down

0 comments on commit 687ddfc

Please sign in to comment.