Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix GitHub URL in Buttons component to point to the correct repositor…
Browse files Browse the repository at this point in the history
…y for Proxmox community scripts
  • Loading branch information
BramSuurdje committed Nov 1, 2024
1 parent 68f3ceb commit 0065497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/scripts/_components/ScriptItems/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useMemo } from "react";
export default function Buttons({ item }: { item: Script }) {
const pattern = useMemo(
() =>
/(https:\/\/github\.com\/tteck\/Proxmox\/raw\/main\/(ct|misc|vm)\/([^\/]+)\.sh)/,
/(https:\/\/github\.com\/community-scripts\/ProxmoxVE\/raw\/main\/(ct|misc|vm)\/([^\/]+)\.sh)/,
[],
);

Expand Down

0 comments on commit 0065497

Please sign in to comment.