Skip to content

Commit

Permalink
Merge pull request #14 from zOxta/patch-1
Browse files Browse the repository at this point in the history
Add missing user argument
  • Loading branch information
devrimgunduz committed Feb 5, 2021
2 parents 2f097fb + dd799b9 commit 726c724
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 @@ -122,7 +122,7 @@ cat <local-repo>/pagila-data.sql | docker exec -i postgres psql -U postgres -d p

6. Done! Just use:
```
docker exec -it postgres psql -U
docker exec -it postgres psql -U postgres
```
````
postgres
Expand Down

0 comments on commit 726c724

Please sign in to comment.