Skip to content

Commit

Permalink
fix: fix broken focus
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Sep 24, 2018
1 parent 09efe00 commit 4549e68
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 4549e68

Please sign in to comment.