This commit is contained in:
Xu Cheng 2015-06-08 22:13:50 +08:00
parent 7a96b6a7fa
commit 18bb32a04d

View File

@ -85,6 +85,6 @@ module Homebrew
end end
def check_private?(clone_target, user, repo) def check_private?(clone_target, user, repo)
not clone_target && private_tap?(user, repo) !clone_target && private_tap?(user, repo)
end end
end end