Skip to content

Commit

Permalink
Merge pull request #65 from moul/dev/moul/fix-focus
Browse files Browse the repository at this point in the history
fix broken focus
  • Loading branch information
moul authored Sep 24, 2018
2 parents 09efe00 + 4549e68 commit f6d4cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func run(opts *runOptions) error {
}
}

issues, err := loadIssues(db, opts.Targets)
issues, err := loadIssues(db, nil)
if err != nil {
return errors.Wrap(err, "failed to load issues")
}
Expand Down

0 comments on commit f6d4cbe

Please sign in to comment.