Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
proxy: do not add extra newline #275
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-utils |
jujubot
merged commit 51660d0
into
juju:master
Apr 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedApr 21, 2017
PR #271 changed AsScriptEnvironment so that
it adds a trailing newline to the script lines.
Some juju tests failed as a result of this change, so revert
to the previous behaviour - the final newline isn't
needed.