Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

semi-colon at the end of HUBOT_GROUP_ALIAS seems to causes crash? #17

Closed
changhaitravis opened this issue Nov 17, 2016 · 0 comments
Closed

Comments

@changhaitravis
Copy link

I had alias1=user1,user2;alias2=user1;alias3=user1;
But this caused hubot to crash on that alias script.

Removing the ending semi colon and making it
alias1=user1,user2;alias2=user1;alias3=user1 seemed to fix it.

joeeoj added a commit to joeeoj/hubot-group-alias that referenced this issue Nov 17, 2016
cycomachead added a commit that referenced this issue Nov 17, 2016
Remove blank group if trailing semicolon in environ var - #17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant