diff --git a/.goreleaser.yml b/.goreleaser.yml index d2e90e0..02d415a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -40,14 +40,14 @@ brews: homepage: "https://dispatch.run" - description: "Dispatch" + description: "A platform for developing scalable & reliable distributed systems." license: "Apache 2.0" skip_upload: false test: | - system "#{bin}/dispatch --version" + system "#{bin}/dispatch", "--version" repository: owner: dispatchrun