Skip to content

Commit

Permalink
Fix a typo in PostgreSQL example README (#342)
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 authored and SupriyaKasten committed Oct 9, 2019
1 parent 42c41b0 commit a3e790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stable/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Create Profile CR if not created already
$ kanctl create profile s3compliant --access-key <aws-access-key-id> \
--secret-key <aws-secret-key> \
--bucket <s3-bucket-name> --region <region-name> \
--namespace mysql-test
--namespace postgres-test
```

**NOTE:**
Expand Down

0 comments on commit a3e790e

Please sign in to comment.