From 45192b57480afc0815d8830569ee9ad02c50f7c0 Mon Sep 17 00:00:00 2001 From: James King Date: Sat, 19 Mar 2022 15:21:18 +0000 Subject: [PATCH] Fix small grammar mistake (#32) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d3f29f6..4c84850 100644 --- a/index.js +++ b/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}`)