Skip to content

Commit

Permalink
🐛 Add shebang to env script
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed May 10, 2023
1 parent 17357ee commit fd3a375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env_local.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# --- Postgres variables ---
export PG_HOST=localhost
export PG_PORT=5432
Expand Down

0 comments on commit fd3a375

Please sign in to comment.