We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had alias1=user1,user2;alias2=user1;alias3=user1; But this caused hubot to crash on that alias script.
alias1=user1,user2;alias2=user1;alias3=user1;
Removing the ending semi colon and making it alias1=user1,user2;alias2=user1;alias3=user1 seemed to fix it.
alias1=user1,user2;alias2=user1;alias3=user1
The text was updated successfully, but these errors were encountered:
Remove blank group if trailing semicolon in environ var - cycomachead#17
fbc5f63
Merge pull request #18 from joeeoj/patch-1
abb0e65
Remove blank group if trailing semicolon in environ var - #17
ff70473
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: