Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Jul 26, 2024
1 parent a46c4ba commit 7c3892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/refresh-db/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data:
BEGIN \
EXECUTE (SELECT string_agg('DROP TABLE IF EXISTS public.' || tablename || ' CASCADE;', ' ') \
FROM pg_tables WHERE schemaname = 'public'); \
END \$\$;" 2> >(tee ~/error.log >&2)s
END \$\$;" 2> >(tee ~/error.log >&2)
psql --host="$DST_DB_HOST" --username="$DST_DB_USER" --dbname="$DST_DB_NAME" -c "\
DO \$\$ \
Expand Down

0 comments on commit 7c3892d

Please sign in to comment.