Skip to content

Commit

Permalink
Fix lint issue (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevalla committed Jun 24, 2020
1 parent c9957aa commit de88e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kubectl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class Kubectl {
logger.error(`Local kubectl is version ${version}, expected ${this.kubectlVersion}, unlinking`)
}
catch(err) {
logger.error(`Local kubectl failed to run properly (${err.message}), unlinking`)
logger.error(`Local kubectl failed to run properly (${err.message}), unlinking`)
}
await fs.promises.unlink(this.path)
}
Expand Down

0 comments on commit de88e4e

Please # to comment.