Skip to content

Commit

Permalink
Merge pull request #60 from roelvan/patch-1
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
githubsaturn authored Aug 11, 2020
2 parents 822d830 + b3f18b3 commit ede40cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ValidationsHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit ede40cf

Please sign in to comment.