Skip to content

Commit 37b3328

Browse files
committed
jaguar: Fix typo.
Jaguar works with "toit", not "toil".
1 parent 264771f commit 37b3328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/j/jaguar.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ def install
3636
test do
3737
assert_match "Version:\t v#{version}", shell_output(bin/"jag --no-analytics version 2>&1")
3838

39-
(testpath/"hello.toil").write <<~TOIL
39+
(testpath/"hello.toit").write <<~TOIT
4040
main:
4141
print "Hello, world!"
42-
TOIL
42+
TOIT
4343

4444
# Cannot do anything without installing SDK to $HOME/.cache/jaguar/
45-
assert_match "You must setup the SDK", shell_output(bin/"jag run #{testpath}/hello.toil 2>&1", 1)
45+
assert_match "You must setup the SDK", shell_output(bin/"jag run #{testpath}/hello.toit 2>&1", 1)
4646
end
4747
end

0 commit comments

Comments
 (0)