Skip to content

Commit a2cf8af

Browse files
ajeetrainadvdksn
andauthored
Update content/guides/use-case/pre-seeding.md
Co-authored-by: David Karlsson <[email protected]>
1 parent b810a76 commit a2cf8af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/guides/use-case/pre-seeding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,7 @@ It is called at the end of the script to initiate the seeding process. The try..
316316
4. Verify if the database is seeded correctly:
317317

318318
```console
319-
psql -h localhost -U postgres sampledb
320-
Password for user postgres:
319+
$ docker exec -it postgres psql -h localhost -U postgres sampledb
321320
```
322321

323322
Enter `mysecretpassword` when prompted for the password. You should see the list of items added to the table.

0 commit comments

Comments
 (0)