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"
@ -51,5 +51,4 @@ module Homebrew
system "git", "commit", "-q", "-m", "brew-unpack"
end
end
end
end