diff options
| author | 2026-02-25 14:01:16 +0800 | |
|---|---|---|
| committer | 2026-02-25 14:01:16 +0800 | |
| commit | b719d762e5633ea54b96733eab73b616e0779fb2 (patch) | |
| tree | 3a195310ced1d2266b8422d85d68478e1dc133c4 /scripts | |
| parent | a1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9 (diff) | |
| download | DropOut-b719d762e5633ea54b96733eab73b616e0779fb2.tar.gz DropOut-b719d762e5633ea54b96733eab73b616e0779fb2.zip | |
fix(ci): fix aur repository urldropout-v0.2.0-alpha.3
Diffstat (limited to 'scripts')
| -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" }, ); } |