Skip to content

Commit 9d29a96

Browse files
Update Formula/jsctl.rb
Co-authored-by: David Collom <david@collom.co.uk>
1 parent 6276f6d commit 9d29a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/jsctl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ def install
3636
end
3737

3838
test do
39-
assert_match version.to_s, shell_output(bin/"jsctl version")
39+
assert_match version.to_s, shell_output("bin/jsctl version")
4040
end
4141
end

0 commit comments

Comments
 (0)