From 7f4357803b3b92bf44e8e8d3a5e1375c43137f6f Mon Sep 17 00:00:00 2001 From: Christian Riedel Date: Fri, 5 Jun 2020 20:05:00 +0200 Subject: [PATCH] fixed example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6fe0ab5..4396788 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Add this to your project's ``.pre-commit-config.yaml`` file: repos: - repo: https://github.com/Cielquan/commit-msg-jira-hook - rev: v0.6.0 # Use the ref you want to point at + rev: 0.6.0 # Use the ref you want to point at hooks: - id: jira_commit_msg stages: [commit-msg]