mirror of
https://github.com/deployphp/action.git
synced 2025-02-18 17:40:26 +00:00
Fix small grammar mistake (#32)
This commit is contained in:
parent
0d8e60c62d
commit
45192b5748
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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}`)
|
||||
|
|
Loading…
Add table
Reference in a new issue