-
Notifications
You must be signed in to change notification settings - Fork 305
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
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters