Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pd): acme-staging flag should default to false
Follow up to #3705, which was subtly broken: the `--acme-staging` flag was *always* set to true, so I was getting staging certs even when I wanted prod ones. The problem was mistaken use of `default_value` in the clap derive markers. Simply setting the arg type as bool is sufficient; neither `default_value` nor `default_value_t` are appropriate here.
- Loading branch information