summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-04-07 13:44:51 +0900
committerAndre Arko <andre@arko.net>2014-04-07 13:45:00 +0900
commit4bf4c5b30a3e58bae2ab67e3e514c3b359740c2c (patch)
tree2f46d300b8c5f4d5a3303376d070aa5daf9ac992
parentc0e1bd6e1b43569085201b112f82cdf4398022de (diff)
downloadbundler-4bf4c5b30a3e58bae2ab67e3e514c3b359740c2c.tar.gz
uh, false is not nil :P
-rw-r--r--lib/bundler/source/git/git_proxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source/git/git_proxy.rb b/lib/bundler/source/git/git_proxy.rb
index 2101fbe481..be2b430952 100644
--- a/lib/bundler/source/git/git_proxy.rb
+++ b/lib/bundler/source/git/git_proxy.rb
@@ -138,7 +138,7 @@ module Bundler
end
def allow?
- !@allow.nil?
+ @allow
end
def in_path(&blk)