summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/git/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/base.rb b/lib/git/base.rb
index d1404f1..4e1e125 100644
--- a/lib/git/base.rb
+++ b/lib/git/base.rb
@@ -153,7 +153,7 @@ module Git
Git::Object.new(self, objectish, 'commit')
end
- def gcommit(objectish)
+ def gblob(objectish)
Git::Object.new(self, objectish, 'blob')
end