cmd/unpack: fix Rubocop warnings.

This commit is contained in:
Mike McQuaid 2016-09-10 10:24:57 +01:00
parent 7b41ccd2ea
commit 49e009df29

View File

@ -43,7 +43,7 @@ module Homebrew
end
ENV["VERBOSE"] = nil
if ARGV.git?
next unless ARGV.git?
ohai "Setting up git repository"
cd stage_dir
system "git", "init", "-q"
@ -52,4 +52,3 @@ module Homebrew
end
end
end
end