Skip to content

Commit

Permalink
fix typo in downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Apr 16, 2024
1 parent dc0ca7b commit 5f34ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export async function download(
if (filesInCache.length > 1) {
throw new Error(`Got multiple file in tool cache: ${filesInCache.length}`)
} else if (filesInCache.length === 0) {
throw new Error(`Got no files in tool cahce`)
throw new Error(`Got no files in tool cache`)
} else {
fullExecutablePath = filesInCache[0]
}
Expand Down

0 comments on commit 5f34ae2

Please sign in to comment.