geef_ref: fix typo in shorthand
This commit is contained in:
@@ -63,7 +63,7 @@ shorthand(<<"refs/heads/", Rest/binary>>) ->
|
|||||||
Rest;
|
Rest;
|
||||||
shorthand(<<"refs/tags/", Rest/binary>>) ->
|
shorthand(<<"refs/tags/", Rest/binary>>) ->
|
||||||
Rest;
|
Rest;
|
||||||
shorthand(<<"refs/remotess/", Rest/binary>>) ->
|
shorthand(<<"refs/remotes/", Rest/binary>>) ->
|
||||||
Rest;
|
Rest;
|
||||||
shorthand(<<"refs/", Rest/binary>>) ->
|
shorthand(<<"refs/", Rest/binary>>) ->
|
||||||
Rest;
|
Rest;
|
||||||
|
|||||||
Reference in New Issue
Block a user