dix undefined function error

This commit is contained in:
Kazuaki MATSUO
2015-10-09 00:03:03 +09:00
parent 28e890ca95
commit 294f1b3536

View File

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