Skip to content

Commit c398dac

Browse files
SMillerDevBrewTestBot
authored andcommitted
gleam: specify bin in test
1 parent 08bd1be commit c398dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/gleam.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ def install
3131
Dir.chdir testpath
3232
system bin/"gleam", "new", "test_project"
3333
Dir.chdir "test_project"
34-
system "gleam", "test"
34+
system bin/"gleam", "test"
3535
end
3636
end

0 commit comments

Comments
 (0)