Skip to content

Commit 37d3dc0

Browse files
committed
Minor things to trigger a build.
1 parent 58b5845 commit 37d3dc0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55

66
A framework for managing and maintaining multi-language pre-commit hooks.
77

8-
For more information see: http://pre-commit.com
9-
8+
For more information see: http://pre-commit.com/

pre_commit/languages/ruby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _install_rbenv(repo_cmd_runner, version='default'):
6565
def _install_ruby(environment, version):
6666
try:
6767
environment.run('rbenv download {0}'.format(version))
68-
except CalledProcessError:
68+
except CalledProcessError: # pragma: no cover (usually find with download)
6969
# Failed to download from mirror for some reason, build it instead
7070
environment.run('rbenv install {0}'.format(version))
7171

0 commit comments

Comments
 (0)