File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ cd tests
4141``` bash
4242git clone
[email protected] :pdffiller/styleguide-hooks.git
4343cd styleguide-hooks
44- git checkout v0.2.1.0 2> /dev/null && git status
44+ git checkout v0.2.1.1 2> /dev/null && git status
4545cd -
4646```
4747
48- You should see ` HEAD detached at v0.2.1.0 ` .
48+ You should see ` HEAD detached at v0.2.1.1 ` .
4949
5050#### 2. Set it up as your [ template directory] ( https://git-scm.com/docs/git-init#_template_directory )
5151
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ COLOR_WARNING="Yellow"
2222IGNORE_TRAILING_SPACE_EXTENTIONS=" md|rst"
2323
2424INTERACTIVE_MODE=" disabled"
25- FORСE_WARNING_TO_ERROR =" disabled"
25+ FORCE_WARNING_TO_ERROR =" disabled"
2626
2727# #########################
2828# ## prepare-commit-msg ###
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ if [ ${LINES_CHANGED} -ge 1000 ]; then
7272 color_echo " ${COLOR_INFO} " " \n" \
7373 " Too many changes per one commit\n" \
7474 " Should be less than 1000, but staged ${LINES_CHANGED} "
75- if [ " ${FORСE_WARNING_TO_ERROR } " != " disabled" ] ||
75+ if [ " ${FORCE_WARNING_TO_ERROR } " != " disabled" ] ||
7676 ask " Return and split to separate commits?" Y; then
7777 exit 1
7878 fi
Original file line number Diff line number Diff line change 99cat << EOF > ${SETTINGS}
1010### For tests ###
1111INTERACTIVE_MODE="disabled"
12- FORСE_WARNING_TO_ERROR ="enabled"
12+ FORCE_WARNING_TO_ERROR ="enabled"
1313#################
1414EOF
1515
You can’t perform that action at this time.
0 commit comments