biocommons / anyvar

[in development] Proof-of-Concept variation translation, validation, and registration service
https://github.com/biocommons/anyvar
Apache License 2.0
12 stars 6 forks source link

postgres setup command typo #78

Closed larrybabb closed 8 months ago

larrybabb commented 8 months ago

Describe the bug The README-pg.md file (for postgres setup commands) has the following command for the 3rd step cat src/anyvar/storage/postres_init.sql | psql -h localhost -U postgres -p 5432 the postres_init.sql filename is mispelled, it should be postgres_init.sql

To Reproduce Steps to reproduce the behavior:

  1. Go to src/anyvar/storage/README-pg.md
  2. See error

Expected behavior The actual command should be edit to show the correct filename: cat src/anyvar/storage/postgres_init.sql | psql -h localhost -U postgres -p 5432

Additional context

theferrit32 commented 8 months ago

Closed in #79