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

lp:1596045 handle CRLF in mongo version line #105

Merged
merged 1 commit into from
Jun 24, 2016

Conversation

babbageclunk
Copy link
Contributor

@babbageclunk babbageclunk commented Jun 24, 2016

The old code was splitting on \n which meant that a \r character was
left on the version line on windows. Using a bufio.Scanner handles the
newlines in a cross-platform way.

(Review request: http://reviews.vapour.ws/r/5163/)

The old code was splitting on \n which meant that a \r character was
left on the version line on windows. Using a bufio.Scanner handles the
newlines in a cross-platform way.
@babbageclunk
Copy link
Contributor Author

$$fixes-1596045$$

@babbageclunk
Copy link
Contributor Author

D'oh, that's only for juju/juju.
$$merge$$

@jujubot
Copy link
Contributor

jujubot commented Jun 24, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-testing

@jujubot jujubot merged commit 6ec03bc into juju:master Jun 24, 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