geef_ref: fix typo in shorthand

This commit is contained in:
Carlos Martín Nieto
2013-08-09 18:27:08 +02:00
parent 73f31eac2f
commit 6e24413388

View File

@@ -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;