Skip to content

Commit

Permalink
Fix variable reference
Browse files Browse the repository at this point in the history
Signed-off-by: Gerhard Lazu <[email protected]>
  • Loading branch information
gerhard committed Jan 22, 2025
1 parent db57966 commit 2de2e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ restore-dev-db-from-prod format="c": changelog_dev
dropdb {{ _CHANGELOG_DEV_DB }}
createdb {{ _CHANGELOG_DEV_DB }}
time pg_restore \
--format=c --verbose \
--format={{ format }} --verbose \
--dbname={{ _CHANGELOG_DEV_DB }} \
--exit-on-error \
--no-owner \
Expand Down

0 comments on commit 2de2e29

Please sign in to comment.