From d85a28ecb408a05e9efae41e7ce4f5a707417875 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 9 Dec 2025 23:07:52 -0500 Subject: Small naming change to make the steps of key rotation easier to follow. --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 5199e4c..36f3d31 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -108,7 +108,7 @@ impl Args { None => self.serve(app).await?, Some(Command::RotateVapidKey) => app .vapid() - .rotate_key() + .revoke_key() .await .fail("Failed to rotate VAPID key")?, } -- cgit v1.2.3