Skip to content

Commit afb0b73

Browse files
SMillerDevBrewTestBot
authored andcommitted
vapor: specify bin in test
1 parent 054d097 commit afb0b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/vapor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def install
2929
end
3030

3131
test do
32-
system "vapor", "new", "hello-world", "-n"
32+
system bin/"vapor", "new", "hello-world", "-n"
3333
assert_predicate testpath/"hello-world/Package.swift", :exist?
3434
end
3535
end

0 commit comments

Comments
 (0)