Skip to content

Commit

Permalink
fix(WallyInstallService): actually use code
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Dec 20, 2024
1 parent 9640241 commit 4b8dbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/tools/wally.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class WallyInstallService extends BaseInstallService {
logger.debug(`Using jammy prebuild for ${name} on ${code}`);
code = 'jammy';
}
const filename = `${name}-${version}-${distro.versionCode}-${this.ghArch}.tar.xz`;
const filename = `${name}-${version}-${code}-${this.ghArch}.tar.xz`;
const url = `https://github.com/containerbase/${name}-prebuild/releases/download/${version}/${filename}`;
const checksumFileUrl = `${url}.sha512`;

Check warning on line 47 in src/cli/tools/wally.ts

View check run for this annotation

Codecov / codecov/patch

src/cli/tools/wally.ts#L41-L47

Added lines #L41 - L47 were not covered by tests

Expand Down

0 comments on commit 4b8dbc7

Please sign in to comment.