Fix small grammar mistake

This commit is contained in:
James King 2022-03-19 12:49:01 +00:00 committed by GitHub
parent 0d8e60c62d
commit fcdf4a0bb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ async function dep() {
}
}
if (url === null) {
console.error(`The version "${version}"" does not found in the "https://deployer.org/manifest.json" file."`)
console.error(`The version "${version}"" does not exist in the "https://deployer.org/manifest.json" file."`)
} else {
console.log(`Downloading "${url}".`)
execa.commandSync(`curl -LO ${url}`)