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

Update go-ucfg to 0.6.1 #7599

Merged
merged 1 commit into from
Jul 24, 2018
Merged

Update go-ucfg to 0.6.1 #7599

merged 1 commit into from
Jul 24, 2018

Commits on Jul 13, 2018

  1. Update go-ucfg to 0.6.1

    Update fixes config unpacking if users overwrite settings from CLI, with
    missing values. When using `-E key=` (e.g. in scripts defining potential
    empty defaults via env variables like `-E key=${MYVALUE}`), an untyped
    `nil`-values was inserted into the config. This untyped value will make
    Unpack fail for most typed settings.
    urso committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    7420b92 View commit details
    Browse the repository at this point in the history