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

Fixes bug in starting web container. #20

Merged
merged 1 commit into from
Oct 15, 2016
Merged

Fixes bug in starting web container. #20

merged 1 commit into from
Oct 15, 2016

Conversation

ncraike
Copy link
Collaborator

@ncraike ncraike commented Oct 10, 2016

The bug was that we were still using the $ proc for string output of conf.envVars. We've renamed our custom $ proc, so the output was completely wrong. eg if no envVars were defined, the resulting command would contain "@[]".

I cannot believe I did not catch this in manual testing.

The bug was that we were still using the `$` proc for string output of conf.envVars. We've renamed our custom `$` proc, so the output was completely wrong. eg if no envVars were defined, the resulting command would contain "@[]".
@girvo
Copy link
Owner

girvo commented Oct 15, 2016

Looks good!

@girvo girvo merged commit 1d453e9 into girvo:master Oct 15, 2016
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

Successfully merging this pull request may close these issues.

2 participants