From 7262c5952b8818ecfc442f4b6edc631cebde7b7b Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Sun, 7 Jan 2018 09:34:57 +0100 Subject: [PATCH] docs: use correct bin name --- docs/guides-ci-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides-ci-setup.md b/docs/guides-ci-setup.md index d150b33c7e..fa8861fe10 100644 --- a/docs/guides-ci-setup.md +++ b/docs/guides-ci-setup.md @@ -15,7 +15,7 @@ npm install --save-dev @commitlint/travis-cli # travis.yml language: node_js script: - - $(npm bin)/travis-cli + - commitlint-travis ``` ?> Help yourself adopting a commit convention by using an interactive commit prompt. Learn how to use `@commitlint/prompt-cli` in the [Use prompt guide](guides-use-prompt.md)