Skip to content

Commit b078ad5

Browse files
authored
Merge pull request #58 from sassoftware/pr-gpg-verify-correction
fix: Correction to curl command for downloading SAS release signing key
2 parents 7d96e29 + 4c34316 commit b078ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ SAS Viya Orders CLI releases are cryptographically signed with [GPG](https://www
268268

269269
``` bash
270270
# Download and import the public key
271-
curl -O https://github.com/sassoftware/viya4-orders-cli/releases/download/latest/sas-release-signing-key.asc
271+
curl -LO https://github.com/sassoftware/viya4-orders-cli/releases/latest/download/sas-release-signing-key.asc
272272

273273
gpg --import sas-release-signing-key.asc
274274
```

0 commit comments

Comments
 (0)