Skip to content

Commit

Permalink
chore: Add missing struct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 13, 2022
1 parent b3a8879 commit f035de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/verifycmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

type verifyCmdConfig struct {
Exclude *chezmoi.EntryTypeSet
Exclude *chezmoi.EntryTypeSet `mapstructure:"exclude"`
include *chezmoi.EntryTypeSet
init bool
recursive bool
Expand Down

0 comments on commit f035de2

Please sign in to comment.