mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
Fix small grammar mistake (#32)
This commit is contained in:
parent
0d8e60c62d
commit
45192b5748
2
index.js
2
index.js
@ -70,7 +70,7 @@ async function dep() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (url === null) {
|
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 {
|
} else {
|
||||||
console.log(`Downloading "${url}".`)
|
console.log(`Downloading "${url}".`)
|
||||||
execa.commandSync(`curl -LO ${url}`)
|
execa.commandSync(`curl -LO ${url}`)
|
||||||
|
Loading…
Reference in New Issue
Block a user