Skip to content

Commit

Permalink
wally: Use language-specific heredoc delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 authored Oct 27, 2024
1 parent 4feaf0f commit 186ecef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/w/wally.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ def install
end

test do
(testpath/"wally.toml").write <<~EOS
(testpath/"wally.toml").write <<~TOML
[package]
name = "test/test"
version = "0.1.0"
license = "MIT"
realm = "server"
registry = "https://github.com/UpliftGames/wally-index"
[dependencies]
EOS
TOML

system bin/"wally", "install"
assert_predicate testpath/"wally.lock", :exist?
Expand Down

0 comments on commit 186ecef

Please sign in to comment.