We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3f655 commit 98bafb3Copy full SHA for 98bafb3
Formula/jsctl.rb
@@ -32,10 +32,10 @@ def install
32
# The tar we downloaded has the binary already in it just called jsctl
33
bin.install "jsctl"
34
# Use the binary to generate shell completions
35
- generate_completions_from_executable(bin/"jsctl", "completion")
+ generate_completions_from_executable("#{bin}/jsctl", "completion")
36
end
37
38
test do
39
- assert_match version.to_s, shell_output("bin/jsctl version")
+ assert_match version.to_s, shell_output("#{bin}/jsctl version")
40
41
0 commit comments