Skip to content

Commit e79f9c2

Browse files
committed
Update versions on .tool-versions
1 parent 8615f7b commit e79f9c2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.11.3-otp-23
2-
erlang 23.2
1+
elixir 1.12.3-otp-24
2+
erlang 24.0.3

lib/tasks/mfa.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ defmodule GitHooks.Tasks.MFA do
4848

4949
if arity != expected_arity do
5050
raise """
51-
Invalid #{module}.#{function} arity for #{git_hook_type}, expected #{expected_arity} but got #{
52-
arity
53-
}. Check the Git hooks documentation to fix the expected parameters.
51+
Invalid #{module}.#{function} arity for #{git_hook_type}, expected #{expected_arity} but got #{arity}. Check the Git hooks documentation to fix the expected parameters.
5452
"""
5553
end
5654

0 commit comments

Comments
 (0)