Skip to content

Commit e92a4d0

Browse files
authored
Merge pull request #202 from winebarrel/chore/fix_typo
chore: Fix typo
2 parents 2830845 + f7e59ab commit e92a4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ homebrew_casks:
2424
post:
2525
install: |
2626
if OS.mac?
27-
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/cronviz"]
27+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/qube"]
2828
end
2929
nfpms:
3030
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"

0 commit comments

Comments
 (0)