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

Quote repo names to ensure valid TOML #580

Merged
merged 1 commit into from Jan 22, 2017

Commits on Jan 22, 2017

  1. Quote repo names to ensure valid TOML

    Otherwise repos like `download.servo.org`
    which contain dots in their name are not parsed correctly;
    using quotes ensures the repo name is parsed as a single string.
    aneeshusa committed Jan 22, 2017
You can’t perform that action at this time.