Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 19, 2024
1 parent fc36664 commit cd61aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wishlist/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ It's also possible to serve the TUI over SSH using the server command.
} {
if e := os.Getenv(k); e != "" {
if err := cmd.Flags().Set(v, e); err != nil {
return err
return err //nolint: wrapcheck
}
}
}
Expand Down

0 comments on commit cd61aff

Please sign in to comment.