Merge pull request #21 from gaggle/patch-1

Spelling
This commit is contained in:
Khải 2021-10-12 19:45:45 +07:00 committed by GitHub
commit 3c2fe8c592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}`)
}
}