Forgot to move one call to geef_nif
This commit is contained in:
@@ -33,7 +33,7 @@ lookup(Repo, Refname) ->
|
|||||||
|
|
||||||
-spec resolve(ref()) -> {ok, ref()} | {error, term()}.
|
-spec resolve(ref()) -> {ok, ref()} | {error, term()}.
|
||||||
resolve(#ref{handle=Handle}) ->
|
resolve(#ref{handle=Handle}) ->
|
||||||
case geef:reference_resolve(Handle) of
|
case geef_nif:reference_resolve(Handle) of
|
||||||
{ok, Ref} ->
|
{ok, Ref} ->
|
||||||
{ok, new(Ref)};
|
{ok, new(Ref)};
|
||||||
Other ->
|
Other ->
|
||||||
|
|||||||
Reference in New Issue
Block a user