dix undefined function error
This commit is contained in:
@@ -4,7 +4,7 @@ defmodule Geef.Revwalk do
|
||||
|
||||
def stop(walk), do: :geef_revwalk.stop(walk)
|
||||
|
||||
def open(repo) when is_pid(repo), do: Repository.revwalk(repo)
|
||||
def open(repo) when is_pid(repo), do: Geef.Repository.revwalk(repo)
|
||||
def open!(arg), do: open(arg) |> assert_ok
|
||||
|
||||
def push(walk, %Object{type: :commit, id: commit}), do: push(walk, commit)
|
||||
|
||||
Reference in New Issue
Block a user