Skip to content

Commit 864d5e0

Browse files
committed
Use the appropriate constant to set default for --verifier in HsmCommand
1 parent ab9d83f commit 864d5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ enum HsmCommand {
220220
#[clap(flatten)]
221221
share_method: ShareInputArg,
222222

223-
#[clap(long, env, default_value = "/usr/share/oks/verifier.json")]
223+
#[clap(long, env, default_value = VERIFIER_PATH)]
224224
verifier: PathBuf,
225225
},
226226

0 commit comments

Comments
 (0)