Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Coetsier <acr@exoscale.ch>
  • Loading branch information
falzm and retrack committed May 27, 2021
1 parent 1dcb532 commit fca43e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ brews:
man1.install Dir["manpage/exo*.1"]
bash_completion.install "contrib/completion/bash/exo"
fish_completion.install "contrib/completion/fish/exo"
zsh_completion.install "contrib/completion/zsh/exo"
zsh_completion.install "contrib/completion/zsh/_exo"
dockers:
- goos: linux
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ completions:
$(GO) run -mod vendor completion/main.go bash ; mv bash_completion contrib/completion/bash/exo
$(GO) run -mod vendor completion/main.go fish ; mv fish_completion contrib/completion/fish/exo
$(GO) run -mod vendor completion/main.go powershell ; mv powershell_completion contrib/completion/powershell/exo
$(GO) run -mod vendor completion/main.go zsh ; mv zsh_completion contrib/completion/zsh/exo
$(GO) run -mod vendor completion/main.go zsh ; mv zsh_completion contrib/completion/zsh/_exo

.PHONY: clean
clean::
Expand Down

0 comments on commit fca43e4

Please sign in to comment.