oops, should be string

This commit is contained in:
Timothy N. Tsvetkov 2011-04-01 05:42:48 +04:00
parent 5135f048a5
commit 6ee2a4ded1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Git::Repository
end
def master
commits(master, 1).first
commits('master', 1).first
end
def to_s