Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
fix sha download link
Browse files Browse the repository at this point in the history
  • Loading branch information
salrashid123 committed Aug 7, 2020
1 parent 5c4102b commit 07212d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ To install, download `vault-plugin-secrets-gcpca` from the "Releases" page on gi
- Register the Plugin (remember to update `path/to/vault/plugins/`).

```bash
export SHASUM=$(curl -s https://github.com/salrashid123/vault-plugin-secrets-gcppca/releases/download/v1.0.0/checksum.sha256)
export SHASUM=`curl -L -s https://github.com/salrashid123/vault-plugin-secrets-gcppca/releases/download/v1.0.0/checksum.sha256`

vault plugin register \
-sha256="${SHASUM}" \
Expand Down

0 comments on commit 07212d4

Please sign in to comment.