Skip to content

Commit

Permalink
fix: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil-codecov committed Aug 13, 2021
1 parent 825b71d commit f814be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci_providers/provider_buildkite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function _getSlug(inputs: UploaderInputs): string {
if (args.slug || envs.BUILDKITE_PROJECT_SLUG) {
return args.slug || envs.BUILDKITE_PROJECT_SLUG || ''
}
throw new Error('Unable to detect sluh, please set manually with the -r flag')
throw new Error('Unable to detect slug, please set manually with the -r flag')
return ''
}
/**
Expand Down

0 comments on commit f814be1

Please sign in to comment.