Skip to content

Commit

Permalink
jj: skip now-unnecessary --bin arg
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chriskrycho and chenrui333 committed May 9, 2024
1 parent e1c509d commit 2342a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/j/jj.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Jj < Formula
def install
ENV["LIBGIT2_NO_VENDOR"] = "1"

system "cargo", "install", "--bin", "jj", *std_cargo_args(path: "cli")
system "cargo", "install", *std_cargo_args(path: "cli")

generate_completions_from_executable(bin/"jj", "util", "completion", shell_parameter_format: :flag)
(man1/"jj.1").write Utils.safe_popen_read(bin/"jj", "util", "mangen")
Expand Down

0 comments on commit 2342a0a

Please sign in to comment.