Skip to content

Commit

Permalink
fix: add missing call to graphSetupFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 8, 2018
1 parent 4fa05af commit d5d447e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func newRunCommand() *cobra.Command {
runSetupFlags(cmd.Flags(), opts)
pullSetupFlags(cmd.Flags(), &opts.PullOpts)
dbSetupFlags(cmd.Flags(), &opts.DBOpts)
graphSetupFlags(cmd.Flags(), &opts.GraphOpts)
return cmd
}

Expand Down

0 comments on commit d5d447e

Please sign in to comment.