mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
double quotes for brew style
This commit is contained in:
parent
326376ef44
commit
ab3b2736b5
@ -151,7 +151,7 @@ RSpec.shared_context "integration test" do # rubocop:disable RSpec/ContextWordin
|
||||
program_name = "test"
|
||||
end
|
||||
|
||||
tarball_name = "#{prefix}-0.1#{'-linux' if OS.linux?}.tbz"
|
||||
tarball_name = "#{prefix}-0.1#{"-linux" if OS.linux?}.tbz"
|
||||
tarball = TEST_FIXTURE_DIR / "tarballs/#{tarball_name}"
|
||||
|
||||
content = <<~RUBY
|
||||
|
Loading…
x
Reference in New Issue
Block a user