From a2798da37b1aadb9ae45d1ef5dd3dbd417448195 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:12:13 -0400 Subject: [PATCH] Update website/docs/cli/install/apt.mdx Co-authored-by: Robin Norwood --- website/docs/cli/install/apt.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/install/apt.mdx b/website/docs/cli/install/apt.mdx index 61425947bf..8cb9ded01c 100644 --- a/website/docs/cli/install/apt.mdx +++ b/website/docs/cli/install/apt.mdx @@ -34,9 +34,9 @@ To configure your repository: 1. Download the signing key to a new keyring. ```bash - $ wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | \ + $ wget -O- https://apt.releases.hashicorp.com/gpg | \ + gpg --dearmor | \ sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg - ``` 1. Verify the key's fingerprint.