From c6f7e54267c6509c62d0e01b2fc8a0b004b305a3 Mon Sep 17 00:00:00 2001
From: Evans Castonguay <evans.castonguay@gmail.com>
Date: Tue, 6 Mar 2018 14:47:55 -0500
Subject: [PATCH] update the documentation to refere to GnuPG v2

update the documentation to refere to GnuPG v2 instead of latest GnuPG
---
 docs/provenance.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/provenance.md b/docs/provenance.md
index fd7552657..1eb69f8f3 100644
--- a/docs/provenance.md
+++ b/docs/provenance.md
@@ -52,7 +52,7 @@ $ helm package --sign --key 'helm signing key' --keyring path/to/keyring.secret
 **TIP:** for GnuPG users, your secret keyring is in `~/.gnupg/secring.gpg`. You can
 use `gpg --list-secret-keys` to list the keys you have.
 
-**Warning:**  the latest GnuPG version store your secret keyring using a new format 'kbx' on the default location  '~/.gnupg/pubring.kbx'. Please use the following command to convert your keyring to the legacy gpg format:
+**Warning:**  the GnuPG v2 store your secret keyring using a new format 'kbx' on the default location  '~/.gnupg/pubring.kbx'. Please use the following command to convert your keyring to the legacy gpg format:
 
 ```
 $ gpg --export-secret-keys >~/.gnupg/secring.gpg
-- 
GitLab