From 6e24413388831e39c575750e0efb9c461bfff58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 9 Aug 2013 18:27:08 +0200 Subject: [PATCH] geef_ref: fix typo in shorthand --- src/geef_ref.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geef_ref.erl b/src/geef_ref.erl index 3716339..e604503 100644 --- a/src/geef_ref.erl +++ b/src/geef_ref.erl @@ -63,7 +63,7 @@ shorthand(<<"refs/heads/", Rest/binary>>) -> Rest; shorthand(<<"refs/tags/", Rest/binary>>) -> Rest; -shorthand(<<"refs/remotess/", Rest/binary>>) -> +shorthand(<<"refs/remotes/", Rest/binary>>) -> Rest; shorthand(<<"refs/", Rest/binary>>) -> Rest;