Skip to content

Conversation

getsnoopy
Copy link
Contributor

Git hooks can be passed multiple arguments when they're called
(e.g., the pre-push hook gets passed the name and location of
the destination remote). The hooks were only being passed the 2nd
argument, so this commit fixes that.

Git hooks can be passed multiple arguments when they're called
(e.g., the pre-push hook gets passed the name and location of
the destination remote). The hooks were only being passed the 2nd
argument, so this commit fixes that.
@coveralls
Copy link

coveralls commented Sep 4, 2016

Coverage Status

Coverage remained the same at 95.146% when pulling c739cb8 on getsnoopy:master into b072ec8 on tarmolov:master.

@tarmolov tarmolov merged commit 085aec2 into tarmolov:master Sep 4, 2016
@tarmolov
Copy link
Owner

tarmolov commented Sep 4, 2016

Thank you! Just published 1.1.1 with your fix.

@getsnoopy
Copy link
Contributor Author

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants