From 403993daa23f2c3adb69038fe910cef116cfa5f2 Mon Sep 17 00:00:00 2001 From: Caleb Lemoine <21261388+circa10a@users.noreply.github.com> Date: Mon, 27 Dec 2021 15:16:23 -0600 Subject: [PATCH] [skip ci] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2539d..437ba1f 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Success! Data written to: jenkins/config You may first want to setup a default TTL on all tokens created, you can do so by writing to the `/tokens/tune` endpoint of the plugin like so, otherwise the system default of `768h` (32 days) is used: ```shell -vault write sys/mounts/jenkins/tokenstune default_lease_ttl=5m +vault write sys/mounts/jenkins/tokens/tune default_lease_ttl=5m Success! Data written to: sys/mounts/jenkins/tokens/tune ```