Skip to content

Commit 6857908

Browse files
author
Jiayu Liu
committed
fix cmd
1 parent fc7294b commit 6857908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
c13 character varying NOT NULL
186186
);'
187187
psql -d "$POSTGRES_DB" -h "$POSTGRES_HOST" -p "$POSTGRES_PORT" -U "$POSTGRES_USER" -c "
188-
\COPY test FROM '$(pwd)/testing/data/csv/aggregate_test_100.csv' WITH (FORMAT csv, HEADER true);
188+
\copy test FROM '$(pwd)/testing/data/csv/aggregate_test_100.csv' WITH (FORMAT csv, HEADER true);
189189
"
190190
env:
191191
POSTGRES_HOST: localhost

0 commit comments

Comments
 (0)