Skip to content

Commit

Permalink
commands: Fix newly broken server flag handling
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 11, 2017
1 parent 1d7b960 commit 92ba721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/server.go
Expand Up @@ -104,7 +104,7 @@ func init() {
}

func server(cmd *cobra.Command, args []string) error {
cfg, err := InitializeConfig()
cfg, err := InitializeConfig(serverCmd)
if err != nil {
return err
}
Expand Down

0 comments on commit 92ba721

Please sign in to comment.