Skip to content

Commit

Permalink
Merge branch 'flags-refactor-2' into 349-add-api-key-support
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Dec 7, 2018
2 parents e1185e9 + e3ddc67 commit 3288c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/bytemark/app/flags/group_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func (name *GroupNameFlag) Set(value string) error {
// config attached to the context and then runs lib.ParseGroupName
// This is an implementation of `app.Preprocessor`, which is detected and
// called automatically by actions created with `app.Action`

func (name *GroupNameFlag) Preprocess(c *app.Context) (err error) {
if name.GroupName != nil {
c.Debug("GroupName.Preprocess before %#v", *name.GroupName)
Expand Down

0 comments on commit 3288c81

Please sign in to comment.