Skip to content

Commit

Permalink
fix field tag syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Sep 10, 2017
1 parent 1d26918 commit 2c552ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiracli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type CommonOptions struct {
Browse figtree.BoolOption `yaml:"browse,omitempty" json:"browse,omitempty"`
Editor figtree.StringOption `yaml:"editor,omitempty" json:"editor,omitempty"`
JsonQuery figtree.StringOption `yaml:"jq,omitempty" json:"jq,omitempty"`
JsonQueryRaw figtree.BoolOption `yaml:"jq-raw,omitempty" json":jq-raw,omitempty"`
JsonQueryRaw figtree.BoolOption `yaml:"jq-raw,omitempty" json:"jq-raw,omitempty"`
SkipEditing figtree.BoolOption `yaml:"noedit,omitempty" json:"noedit,omitempty"`
Template figtree.StringOption `yaml:"template,omitempty" json:"template,omitempty"`
}
Expand Down

0 comments on commit 2c552ac

Please sign in to comment.