Skip to content

Commit

Permalink
auth-online: replace '--beacon' with '--debug-authn-beacon'
Browse files Browse the repository at this point in the history
This seems to have changed upstream in permslip some time ago.
  • Loading branch information
flihp committed Jan 6, 2025
1 parent c0b8876 commit 4e2948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/debugmailbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ fn debugmailboxcmd(context: &mut ExecutionContext) -> Result<()> {
.arg("sign")
.arg(key_name)
.arg("--kind=debug-authn-challenge")
.arg(format!("--beacon={beacon}"))
.arg(format!("--debug-authn-beacon={beacon}"))
.stdin(Stdio::piped())
.stdout(Stdio::piped())
.spawn()
Expand Down

0 comments on commit 4e2948c

Please sign in to comment.