Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jaewoo Park <jaewoopark91@gmail.com>
  • Loading branch information
jaimergp and woolparka committed Aug 20, 2021
1 parent 76b481a commit 8ca9e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function setupMiniconda(inputs: types.IActionInputs): Promise<void> {
}

if (!fs.existsSync(basePath)) {
throw Error(`No installed conda 'base' enviroment found at ${basePath}!` +
throw Error(`No installed conda 'base' environment found at ${basePath}!` +
'If you are using this action in a self-hosted runner that already provides ' +
'its own Miniconda installation, please specify its location with a `CONDA` ' +
'environment variable. If you want us to download and install Miniconda or ' +
Expand Down

0 comments on commit 8ca9e40

Please sign in to comment.