cmd/unpack: fix Rubocop warnings.
This commit is contained in:
parent
7b41ccd2ea
commit
49e009df29
@ -43,7 +43,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
ENV["VERBOSE"] = nil
|
ENV["VERBOSE"] = nil
|
||||||
|
|
||||||
if ARGV.git?
|
next unless ARGV.git?
|
||||||
ohai "Setting up git repository"
|
ohai "Setting up git repository"
|
||||||
cd stage_dir
|
cd stage_dir
|
||||||
system "git", "init", "-q"
|
system "git", "init", "-q"
|
||||||
@ -51,5 +51,4 @@ module Homebrew
|
|||||||
system "git", "commit", "-q", "-m", "brew-unpack"
|
system "git", "commit", "-q", "-m", "brew-unpack"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user