We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9570c91 commit d000c35Copy full SHA for d000c35
frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx
@@ -16,7 +16,7 @@ const generateSourceUrl = (slug: string) => {
16
17
const generateUpdateUrl = (slug: string) => {
18
const baseUrl = `https://raw.githubusercontent.com/community-scripts/${basePath}/main`;
19
- return `${baseUrl}/update/${slug}-update.sh`;
+ return `${baseUrl}/ct/${slug}.sh`;
20
};
21
22
interface ButtonLinkProps {
0 commit comments