Skip to content

Commit

Permalink
Fix regex for softvision people
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Dec 1, 2020
1 parent 9a96608 commit 9c481c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_nag/scripts/has_str_no_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_bz_params(self, date):
"n6": 1,
"f6": "reporter",
"o6": "regexp",
"v6": r"^.*@softvision\.ro$",
"v6": r"^.*@softvision\.(ro|com)$",
}

return params
Expand Down

0 comments on commit 9c481c9

Please sign in to comment.