summaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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")?,
}