Skip to content
Snippets Groups Projects
Unverified Commit bec303de authored by Jonathan Chang's avatar Jonathan Chang Committed by GitHub
Browse files

tap: update shallowing logic

parent 945fb11d
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ module Homebrew
else
full_clone = if args.full?
true
elsif args.shallow?.nil?
!ENV["CI"]
elsif !args.shallow?
ENV["CI"].blank?
else
!args.shallow?
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment