tap: update shallowing logic
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
945fb11d51
commit
bec303de86
@ -55,8 +55,8 @@ module Homebrew
|
|||||||
else
|
else
|
||||||
full_clone = if args.full?
|
full_clone = if args.full?
|
||||||
true
|
true
|
||||||
elsif args.shallow?.nil?
|
elsif !args.shallow?
|
||||||
!ENV["CI"]
|
ENV["CI"].blank?
|
||||||
else
|
else
|
||||||
!args.shallow?
|
!args.shallow?
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user