Skip to content

Commit

Permalink
Welcome to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Jan 3, 2020
1 parent 6b12c85 commit 8e1292b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/omni
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ illumos_pull_request()

# This is just a sanity check to look for a branch name ending in
# yyyymmddnn
if echo "$_branch" | /usr/xpg4/bin/egrep -s '/201[0-9]{7}$'; then
if echo "$_branch" | /usr/xpg4/bin/egrep -s '/20[12][0-9]{7}$'; then
:
else
[ $force -eq 1 ] || abort "$_branch is not an upstream merge."
Expand Down

0 comments on commit 8e1292b

Please sign in to comment.