Skip to content

Commit 98bafb3

Browse files
committed
Update Bin Path
1 parent af3f655 commit 98bafb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/jsctl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ def install
3232
# The tar we downloaded has the binary already in it just called jsctl
3333
bin.install "jsctl"
3434
# Use the binary to generate shell completions
35-
generate_completions_from_executable(bin/"jsctl", "completion")
35+
generate_completions_from_executable("#{bin}/jsctl", "completion")
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)