Skip to content

Commit

Permalink
Merge pull request #205 from vlastv/patch-1
Browse files Browse the repository at this point in the history
Fix CS
  • Loading branch information
mreiferson authored Feb 15, 2017
2 parents a53d495 + 15225f2 commit b9762cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// ConfigFlag wraps a Config and implements the flag.Value interface
type ConfigFlag struct {
*Config
Config *Config
}

// Set takes a comma separated value and follows the rules in Config.Set
Expand Down

0 comments on commit b9762cd

Please sign in to comment.