Skip to content

Commit 55b9763

Browse files
committed
fix: correct dir
1 parent 304aa68 commit 55b9763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
- name: Remove specified extensions from SQL file
7373
ansible.builtin.command:
7474
cmd: >
75-
sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\).*\.sql/d' /tmp/migrations/tests/test.sql
75+
sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
7676
when: is_psql_oriole_16
7777
become: yes
7878

0 commit comments

Comments
 (0)