From 93f91bfb9c8918e39570e87e076b88ff113d483e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 27 Dec 2024 09:54:05 -0500 Subject: [PATCH] trippy: remove unneeded completion base_name --- Formula/t/trippy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/trippy.rb b/Formula/t/trippy.rb index 1e8a34cbf9d9d..bb9ce44670f06 100644 --- a/Formula/t/trippy.rb +++ b/Formula/t/trippy.rb @@ -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