From dfa4978d83bfc026a876f98f4e837db4f45049f1 Mon Sep 17 00:00:00 2001 From: Riley Martine Date: Sat, 18 Feb 2023 17:17:39 -0700 Subject: [PATCH] Fix brew tests --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d14e94a..3c56846 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -61,7 +61,7 @@ brews: test: | system "#{bin}/sundial --version" - assert_match "-F _sundial", + assert_match "-F __start_sundial", shell_output("bash -c 'source #{bash_completion}/sundial && complete -p sundial'") install: |