Skip to content

Commit

Permalink
[chore] Upgrade goreleaser and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Jun 18, 2024
1 parent d9ee07c commit 9b0f9b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# Thanks to @neomantra for setup work on this https://github.com/robinovitch61/wander/issues/33

version: 2

project_name: wander

before:
Expand Down Expand Up @@ -59,7 +61,7 @@ brews:
- name: wander
homepage: https://github.com/robinovitch61/wander
description: "An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster."
folder: Formula
directory: Formula
commit_author:
name: "Leo Robinovitch"
email: "leorobinovitch@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion cmd/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (

func execEntrypoint(cmd *cobra.Command, args []string) {
if len(args) == 0 {
cmd.Help()
_ = cmd.Help()
os.Exit(0)
}

Expand Down

0 comments on commit 9b0f9b4

Please sign in to comment.