diff --git a/content/influxdb/v2.0/get-started.md b/content/influxdb/v2.0/get-started.md index 47c7da09f..a7c1503e5 100644 --- a/content/influxdb/v2.0/get-started.md +++ b/content/influxdb/v2.0/get-started.md @@ -47,13 +47,13 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/) For example: ``` - wget https://dl.influxdata.com/influxdb/releases/influxdb-2.0.1-darwin_amd64.tar.gz.asc + wget https://dl.influxdata.com/influxdb/releases/influxdb-2.0.1_darwin_amd64.tar.gz.asc ``` 3. Verify the signature with `gpg --verify`: ``` - gpg --verify influxdb-2.0.1-darwin_amd64.tar.gz.asc influxdb-2.0.1-darwin_amd64.tar.gz + gpg --verify influxdb-2.0.1_darwin_amd64.tar.gz.asc influxdb-2.0.1_darwin_amd64.tar.gz ``` The output from this command should include the following: