Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Fix bug in dry-run argument for update command #2831

Merged
merged 1 commit into from Apr 1, 2018

Commits on Mar 31, 2018

  1. Fix bug in dry-run argument for update command

    Since list_extra_args is an array the `+=` operator deconstructs a
    string and add each character as an individual array element. This made
    it so when the update command it would not detect if it was in dry-run
    mode and always run the update command. By encapsulating the `--dry-run`
    string in an list it is properly added as an argument and runs with the
    expected behavior.
    
    This also fixes an issue with the way the `dry_run_format` argument was
    being updated in the extra args dictionary
    ajorgensen committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    efb05f4 View commit details
    Browse the repository at this point in the history