From 4fb92a0aeb351333a05532f2786f2790aeb11745 Mon Sep 17 00:00:00 2001 From: Simon Whitaker Date: Sun, 21 Jul 2024 21:10:36 +0100 Subject: [PATCH] Rename bash completion script --- .goreleaser.yaml | 2 +- completions/{runny-completion.bash => runny.bash} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename completions/{runny-completion.bash => runny.bash} (100%) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ecf555b..57f47f9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -42,7 +42,7 @@ brews: name: Simon Whitaker email: sw@netcetera.org extra_install: | - bash_completion.install "completions/runny-completion.bash" + bash_completion.install "completions/runny.bash" => "runny" fish_completion.install "completions/runny.fish" zsh_completion.install "completions/runny.zsh" => "_runny" diff --git a/completions/runny-completion.bash b/completions/runny.bash similarity index 100% rename from completions/runny-completion.bash rename to completions/runny.bash