Skip to content

Commit

Permalink
Merge pull request #21 from gaggle/patch-1
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
KSXGitHub committed Oct 12, 2021
2 parents bcad811 + 76cc04c commit 3c2fe8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-pnpm/index.ts
Expand Up @@ -9,7 +9,7 @@ export async function install(inputs: Inputs) {
const status = await runSelfInstaller(inputs)
endGroup()
if (status) {
return setFailed(`Something does wrong, self-installer exits with code ${status}`)
return setFailed(`Something went wrong, self-installer exits with code ${status}`)
}
}

Expand Down

0 comments on commit 3c2fe8c

Please sign in to comment.