diff --git a/lib/git/base.rb b/lib/git/base.rb index fbca5f1b..50459215 100644 --- a/lib/git/base.rb +++ b/lib/git/base.rb @@ -387,7 +387,7 @@ def each_conflict(&block) # :yields: file, your_version, their_version # @git.pull('upstream', 'develope') # pulls from upstream/develop # def pull(remote='origin', branch='master') - self.lib.pull(remote, branch) + self.lib.pull(remote, branch) end # returns an array of Git:Remote objects