This commit is contained in:
Jon Lauridsen
2021-10-12 13:34:10 +02:00
committed by GitHub
parent bcad811784
commit 76cc04cd5e

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