From b3f18b36c73510f69d91c4cc6b81d48f08798afd Mon Sep 17 00:00:00 2001 From: Roel Vaneyghen Date: Tue, 11 Aug 2020 16:07:48 +1200 Subject: [PATCH] small typo --- src/utils/ValidationsHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ValidationsHandler.ts b/src/utils/ValidationsHandler.ts index 1615751..b5e6ffd 100644 --- a/src/utils/ValidationsHandler.ts +++ b/src/utils/ValidationsHandler.ts @@ -11,7 +11,7 @@ const isWindows = process.platform === 'win32' export function validateIsGitRepository() { if (!fs.pathExistsSync('./.git')) { StdOutUtil.printError( - 'You are not in a git root directory: this command will only deploys the current directory.\n' + + 'You are not in a git root directory: this command will only deploy the current directory.\n' + 'Run "caprover deploy --help" to know more deployment options... (e.g. tar file or image name)\n', true )