Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit c3737e5

Browse files
committedAug 24, 2019
fixes message formatting
1 parent 5769b5c commit c3737e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.huskyrc.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ module.exports = {
33
'hooks': {
44
'pre-commit': tasks([
55
'exec < /dev/tty',
6-
`if ! [ -x "$(command -v circleci)" ]; then
7-
echo "If you want to verify your circleci config precommit, please install
8-
the local circleci tool from https://circleci.com/docs/2.0/local-cli/"; else
6+
`if ! [ -x "$(command -v circleci2)" ]; then
7+
echo "If you want to verify your circleci config precommit, please install the local circleci tool from https://circleci.com/docs/2.0/local-cli/"; else
98
if ! eMSG=$(circleci config validate -c .circleci/config.yml); then
109
echo "CircleCI Configuration Failed Validation."
1110
echo $eMSG

0 commit comments

Comments
 (0)
This repository has been archived.