Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed May 2, 2024
1 parent 823935c commit d161e23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ brews:
description: Interact with smart home devices connected to F&Home
license: MIT
install: |
system("./fhome docs --format man-with-section", :out => ["fhome.1", "w"])
bin.install "fhome"
man1.install "fhome.1"
bash_completion.install "autocomplete/bash_autocomplete_fhome" => "fhome"
zsh_completion.install "autocomplete/zsh_autocomplete_fhome" => "_fhome"
Expand All @@ -87,7 +84,10 @@ brews:
description: Background daemon for F&Home
license: MIT
install: |
system("./fhomed docs --format man-with-section", :out => ["fhomed.1", "w"])
bin.install "fhomed"
man1.install "fhome.1"
bash_completion.install "autocomplete/bash_autocomplete_fhomed" => "fhomed"
zsh_completion.install "autocomplete/zsh_autocomplete_fhomed" => "_fhomed"
Expand Down

0 comments on commit d161e23

Please sign in to comment.