diff options
| -rw-r--r-- | scripts/release-aur.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-aur.ts b/scripts/release-aur.ts index 5c08fdc..225335b 100644 --- a/scripts/release-aur.ts +++ b/scripts/release-aur.ts @@ -107,7 +107,7 @@ if (existsSync(knownHostsPath)) { // Clone AUR repository if not exists if (!existsSync("aur")) { execSync( - `git -c init.defaultBranch=master -c core.sshCommand="ssh -i ${aurSSHKeyPath}" clone ssh://aur@aur.archlinux.org/clip-bridge-bin.git aur`, + `git -c init.defaultBranch=master -c core.sshCommand="ssh -i ${aurSSHKeyPath}" clone ssh://aur@aur.archlinux.org/dropout-bin.git aur`, { stdio: "inherit" }, ); } |