double quotes for brew style

This commit is contained in:
thibhero 2025-05-31 21:35:35 -04:00
parent 326376ef44
commit ab3b2736b5

View File

@ -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