From 38feb8604f8eca09ef3b09c1c733dbaa7c67acc3 Mon Sep 17 00:00:00 2001 From: Elliot Murphy Date: Wed, 2 Dec 2015 15:40:22 -0500 Subject: [PATCH] Fix typo of env variable name in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 07deeb8ff..d00aabd84 100644 --- a/README.rst +++ b/README.rst @@ -275,7 +275,7 @@ encrypt the file, and redirect the output to a destination file. .. code:: bash - $ export SOPS_KMS+ARN="arn:aws:kms:us-west-2:927034868273:key/fe86dd69-4132-404c-ab86-4269956b4500" + $ export SOPS_KMS_ARN="arn:aws:kms:us-west-2:927034868273:key/fe86dd69-4132-404c-ab86-4269956b4500" $ export SOPS_PGP_FP="C9CAB0AF1165060DB58D6D6B2653B624D620786D" $ sops -e /path/to/existing/file.yaml > /path/to/new/encrypted/file.yaml