From 0bcd0a7063d237a9b1befd76f955fba845b100b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6ltje?= Date: Wed, 16 Mar 2022 00:02:39 -0400 Subject: [PATCH] ci: homebrew test was incorrect --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d269c1a..3dd1b0a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -42,10 +42,10 @@ brews: name: "goreleaserbot" email: "docwhat@users.noreply.github.com" test: | - system "#{bin}/template --version" - system "#{bin}/template /etc/hosts" + system "#{bin}/temple --version" + system "#{bin}/temple /etc/hosts" install: | - bin.install "template" + bin.install "temple" folder: "Formula" homepage: "https://github.com/docwhat/temple" description: "Sick of sed? Prosaic about perl? Use temple to substitute your variables!"