Skip to content

Commit 89dfe65

Browse files
committed
fix: indentation error in goreleaser
1 parent a6232f2 commit 89dfe65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ brews:
7373
owner: yusuf-musleh
7474
name: homebrew-mmar-tap
7575
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
76-
directory: Formula
77-
homepage: "https://mmar.dev"
78-
description: mmar is a zero-dependancy, self-hostable, cross-platform HTTP tunnel that exposes your localhost to the world on a public URL.
79-
license: AGPLv3
80-
test: |
81-
system "#{bin}/mmar --version"
76+
directory: Formula
77+
homepage: "https://mmar.dev"
78+
description: mmar is a zero-dependancy, self-hostable, cross-platform HTTP tunnel that exposes your localhost to the world on a public URL.
79+
license: AGPLv3
80+
test: |
81+
system "#{bin}/mmar --version"

0 commit comments

Comments
 (0)