Skip to content

Commit e9eef67

Browse files
committed
Merge pull request #868 from deis/fix_865
fix(contrib/ec2): fix README from #865
2 parents 54403a5 + 57ceade commit e9eef67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ec2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Default output format [None]:
2222
Generate and upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
2323
```console
2424
$ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis
25-
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis
25+
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis.pub
2626
```
2727

2828
## Customize cloudformation.json

0 commit comments

Comments
 (0)