Skip to content

Commit

Permalink
Fix typo (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 19, 2023
1 parent f026cf3 commit 19c12dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function run() {
tarballBinaryPath = fillTemplate(tarballBinaryPath)
smokeTest = fillTemplate(smokeTest);

core.info(`donwload URL: ${downloadURL}`)
core.info(`download URL: ${downloadURL}`)
core.info(`tarball binary path: ${tarballBinaryPath}`)
core.info(`smoke test: ${smokeTest}`)

Expand Down

0 comments on commit 19c12dd

Please sign in to comment.