Skip to content

Commit c43a232

Browse files
authored
Merge pull request #43 from stackql/feature/updates
fix: repo in get app
2 parents e536fde + 2caa053 commit c43a232

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)