geef_ref: fix typo in shorthand
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user