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

Fix capitalization #452

Merged
merged 4 commits into from Feb 28, 2017
Merged

Commits on Feb 3, 2017

  1. Remove code that is never executed

    The code removed is within an if-statement that only returns True when
    no upgrades are selected. This means that upgrade_pgks_by_key is always
    empty here.
    Bas van den Heuvel committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    b52b31b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Always output lowercase to requirements file

    Bas van den Heuvel committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    4b1268c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Update writer test to lowercase only

    Bas van den Heuvel committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    e4e0334 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Rename writer test to better reflect what happens

    Bas van den Heuvel committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    74484a0 View commit details
    Browse the repository at this point in the history