Fix small grammar mistake (#32)

This commit is contained in:
James King 2022-03-19 15:21:18 +00:00 committed by GitHub
parent 0d8e60c62d
commit 45192b5748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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