Skip to content

Commit bf1c41b

Browse files
authored
Merge pull request #470 from EspressoSystems/li/https-fix
Change `https` flag
2 parents 5b53976 + c044790 commit bf1c41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeboost/src/binaries/timeboost.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct Cli {
6969
namespace: u64,
7070

7171
/// Submitter should connect only with https?
72-
#[clap(long, default_value_t = true)]
72+
#[clap(long, default_value_t = true, action = clap::ArgAction::Set)]
7373
https_only: bool,
7474

7575
/// The until value to use for the committee config.

0 commit comments

Comments
 (0)