Skip to content

Commit c29738d

Browse files
committed
Changed URL to correct repo
1 parent 87987c0 commit c29738d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This git hook requires `ruby` to be installed _(already pre-installed by defaul
1515
To install simply run the following command. This requires `curl` to be installed.
1616

1717
```bash
18-
sh <(curl -s https://raw.githubusercontent.com/yrave/prepare-commit-msg/master/scripts/install.sh)
18+
sh <(curl -s https://raw.githubusercontent.com/schnappfuesch/prepare-commit-msg/master/scripts/install.sh)
1919
```
2020

2121
> If you choose the option to install globally, you will have to reinitialize all your git repositories. The following helpful command reinitializes all repositories found in sub-directories of the current directory.

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PLACEHOLDER_REGEX_BRANCH_ISSUE_NUMBER="[.]*\/([\-\w]*?\-\d+)"
99
PLACEHOLDER_REGEX_GIT_COMMIT_MESSAGES="(Merge\sbranch\s\'|\#\sRebase\s|This\sreverts\scommit\s)"
1010
PLACEHOLDER_LOGGING_VERBOSE="true"
1111
PLACEHOLDER_NEW_COMMIT_MESSAGE="#{issue_number.upcase}: #{original_commit_message.gsub(/(\s[[:punct:]])+$/, '')}"
12-
GITHUB_SCRIPT_URL="https://raw.githubusercontent.com/yrave/prepare-commit-msg/master/scripts/prepare-commit-msg"
12+
GITHUB_SCRIPT_URL="https://raw.githubusercontent.com/schnappfuesch/prepare-commit-msg/master/scripts/prepare-commit-msg"
1313

1414
PATH_GIT_GLOBAL="${HOME}/.git-template/"
1515
PATH_GIT_LOCAL="./.git/"

0 commit comments

Comments
 (0)