Skip to content

Commit

Permalink
chore(config): Omit empty profile param
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 26, 2024
1 parent f2af5eb commit a358642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Config struct {

type Profile struct {
Template string `toml:"template"`
Param int `toml:"param"`
Param int `toml:"param,omitempty"`
}

type ProfileRef struct {
Expand Down

0 comments on commit a358642

Please sign in to comment.