Skip to content

Commit 853028e

Browse files
rshaded33tah
andauthored
Fix typo (#1861) (#2024)
Co-authored-by: Jacek Wielemborek <[email protected]>
1 parent d5c3892 commit 853028e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-py-ansible-wordpress/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ After cloning this repo, from this working directory, run these commands:
5353
5454
```bash
5555
$ pulumi config set aws:region us-east-1 # any valid AWS region
56-
$ pulumi config set publicKeyPath wordpress-keyipair.pub # your newly generated public key
56+
$ pulumi config set publicKeyPath wordpress-keypair.pub # your newly generated public key
5757
$ pulumi config set privateKeyPath wordpress-keypair # your newly generated private key
5858
$ pulumi config set dbPassword Sup45ekreT#123 --secret # your RDS database password -- keep it safe!
5959
```

0 commit comments

Comments
 (0)