Skip to content

Commit

Permalink
trippy: remove unneeded completion base_name
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Dec 27, 2024
1 parent 8cd4829 commit 93f91bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/t/trippy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Trippy < Formula
def install
system "cargo", "install", *std_cargo_args(path: "crates/trippy")

generate_completions_from_executable(bin/"trip", "--generate", base_name: "trip")
generate_completions_from_executable(bin/"trip", "--generate")
end

test do
Expand Down

0 comments on commit 93f91bf

Please sign in to comment.