Skip to content

Commit

Permalink
fix incorrect env ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aakash-rajur committed Oct 20, 2023
1 parent 947b92d commit fd3e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tasks:
${CONTAINER_RUNTIME} exec \
-e PGPASSWORD={{.POSTGRESQL_PASSWORD}} \
-it {{.TMDB_PG_CONTAINER_NAME}} \
psql -U {{.TMDB_PG_USER}} -d {{.TMDB_PG_PASSWORD}}
psql -U {{.TMDB_PG_USER}} -d {{.TMDB_PG_DATABASE}}
tmdb.mysql:
desc: "Mysql database for TMDB"
status:
Expand Down

0 comments on commit fd3e300

Please sign in to comment.