Skip to content

Commit

Permalink
Update versions on .tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qgadrian committed Oct 13, 2021
1 parent 8615f7b commit e79f9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.11.3-otp-23
erlang 23.2
elixir 1.12.3-otp-24
erlang 24.0.3
4 changes: 1 addition & 3 deletions lib/tasks/mfa.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ defmodule GitHooks.Tasks.MFA do

if arity != expected_arity do
raise """
Invalid #{module}.#{function} arity for #{git_hook_type}, expected #{expected_arity} but got #{
arity
}. Check the Git hooks documentation to fix the expected parameters.
Invalid #{module}.#{function} arity for #{git_hook_type}, expected #{expected_arity} but got #{arity}. Check the Git hooks documentation to fix the expected parameters.
"""
end

Expand Down

0 comments on commit e79f9c2

Please sign in to comment.