Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
style(worker): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Jul 2, 2018
1 parent 7c10114 commit 4775565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/worker/task/upload/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ export class UploadPackage extends Task {
context.distribution,
context.version
].join(' ')

if (context.architecture) {
context.package.architecture = context.architecture
}

if (context.distribution) {
context.package.distribution = context.distribution
context.package.distribution = context.distribution
}

context.package = await this.uploadToCodeRepository(context.package, ref)
Expand Down

0 comments on commit 4775565

Please sign in to comment.