Skip to content

Commit

Permalink
Add full var set to basedir template renderer (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergman authored Oct 26, 2018
1 parent c706769 commit 6795d32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/commands/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ export default class UpdateCommand extends Command {
stream.pause()

const baseDir = manifest.baseDir || this.config.s3Key('baseDir', {
bin: this.config.bin
version,
channel,
bin: this.config.bin,
platform: this.config.platform,
arch: this.config.arch,
})
let extraction = extract(stream, baseDir, output, manifest.sha256gz)

Expand Down

0 comments on commit 6795d32

Please sign in to comment.