Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Dec 20, 2023
1 parent bc10545 commit 9077256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (r *Scope) AddOptions(options *command.Options) (err error) {

//
// incidentSelector returns an incident selector.
// The `!package` matches incidents without a package variable.
// The injected `!package` matches incidents without a package variable.
func (r *Scope) incidentSelector() (selector string) {
predicate := func(in []string) (p string) {
var refs []string
Expand Down

0 comments on commit 9077256

Please sign in to comment.