oops, should be string
This commit is contained in:
parent
5135f048a5
commit
6ee2a4ded1
|
@ -8,7 +8,7 @@ class Git::Repository
|
|||
end
|
||||
|
||||
def master
|
||||
commits(master, 1).first
|
||||
commits('master', 1).first
|
||||
end
|
||||
|
||||
def to_s
|
||||
|
|
Loading…
Reference in New Issue