aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-aur.ts2
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" },
);
}