Skip to content

Commit c7458e6

Browse files
committed
cost
1 parent 3d61142 commit c7458e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_csv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ do
7575
echo 'drop table if exists tmp_service' | psql -t cost
7676
echo 'drop table if exists tmp_project' | psql -t cost
7777
# Clean up
78-
rm -f "${CSV_FILENAME}" "$tmpfile1" "$tmpfile2" project.csv service.csv sku.csv "${tmpfile_header}"
78+
rm -f "${CSV_FILENAME}" "$tmpfile1" "$tmpfile2" cost.csv project.csv service.csv sku.csv "${tmpfile_header}"
7979
done

0 commit comments

Comments
 (0)