Skip to content

Commit d000c35

Browse files
committed
Update Buttons.tsx
1 parent 9570c91 commit d000c35

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/app/scripts/_components/ScriptItems

1 file changed

+1
-1
lines changed

frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const generateSourceUrl = (slug: string) => {
1616

1717
const generateUpdateUrl = (slug: string) => {
1818
const baseUrl = `https://raw.githubusercontent.com/community-scripts/${basePath}/main`;
19-
return `${baseUrl}/update/${slug}-update.sh`;
19+
return `${baseUrl}/ct/${slug}.sh`;
2020
};
2121

2222
interface ButtonLinkProps {

0 commit comments

Comments
 (0)