Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2654 from joyicecloud/msg-typo
Browse files Browse the repository at this point in the history
msg typo in GitNotAllowedError
  • Loading branch information
indirect committed Sep 30, 2013
2 parents cbda098 + 8419336 commit 83fd7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/source/git/git_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GitNotAllowedError < GitError
def initialize(command)
msg = "Bundler is trying to run a `git #{command}` at runtime. You probably need to run `bundle install`. However, "
msg << "this error message could probably be more useful. Please submit a ticket at http://github.com/bundler/bundler/issues "
mag << "with steps to reproduce as well as the following\n\nCALLER: #{caller.join("\n")}"
msg << "with steps to reproduce as well as the following\n\nCALLER: #{caller.join("\n")}"
super msg
end
end
Expand Down

0 comments on commit 83fd7d8

Please sign in to comment.