Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:gitlabhq/gitlab_git
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Jun 30, 2013
2 parents 3c8937e + 3f55fc3 commit 5fb9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitlab_git/blob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def initialize(repository, sha, ref, path)
end

def data
if raw_blob
if raw_blob and raw_blob.respond_to?('data')
raw_blob.data
else
nil
Expand Down

0 comments on commit 5fb9fee

Please sign in to comment.