Skip to content

Commit

Permalink
fix: Typo in update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Dec 6, 2023
1 parent 0a08d71 commit bab93bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kitten-scientists/vite.config.userscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const versionString = [
? `-${String(process.env.GITHUB_SHA).substring(0, 7)}`
: "",
].join("");
const updateURL = `htpps://kitten-science.com/${
const updateURL = `https://kitten-science.com/${
isNightlyBuild ? "nightly.js" : isDevBuild ? "dev.js" : "stable.js"
}`;

Expand Down

0 comments on commit bab93bf

Please sign in to comment.