Skip to content

Commit

Permalink
chore(NA): add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 5, 2021
1 parent 552ef5b commit 2be639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-pm/src/utils/bazel/install_tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function isBazelBinAvailable() {
}
}

async function isBazeliskInstalled(bazeliskVersion) {
async function isBazeliskInstalled(bazeliskVersion: string) {
try {
const { stdout: bazeliskPkgInstallStdout } = await spawn(
'npm',
Expand Down

0 comments on commit 2be639b

Please sign in to comment.