hubot-archive / hubot-pager-me

PagerDuty integration for Hubot
https://www.npmjs.com/package/hubot-pager-me
MIT License
73 stars 92 forks source link

ignores the ? #73

Closed d4v3y0rk closed 8 years ago

d4v3y0rk commented 8 years ago

fix for hubot-scripts/hubot-pager-me#47 the regex comes from @danoc cc @stephenyeargin

stephenyeargin commented 8 years ago

Adding the non-capturing flags ?: should change the index here, shouldn't it?

https://github.com/hubot-scripts/hubot-pager-me/pull/73/files#diff-b6367b6561a9b2675121a45cd273efceR559

d4v3y0rk commented 8 years ago

you are correct sir, fix submitted. cc @stephenyeargin

match aray
stephenyeargin commented 8 years ago

:+1:

stephenyeargin commented 8 years ago

Released as part of v2.1.12