Skip to content

Commit 2caa053

Browse files
committed
fix: repo in get app
1 parent ca41606 commit 2caa053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

get-app/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const GITHUB_REPO = "stackql/stackql-deploy";
1+
const GITHUB_REPO = "stackql/stackql-deploy-rs";
22

33
function getAssetName(ua: string): string {
44
if (/windows/i.test(ua)) return "stackql-deploy-windows-x86_64.zip";

0 commit comments

Comments
 (0)