We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d61142 commit c7458e6Copy full SHA for c7458e6
process_csv.sh
@@ -75,5 +75,5 @@ do
75
echo 'drop table if exists tmp_service' | psql -t cost
76
echo 'drop table if exists tmp_project' | psql -t cost
77
# Clean up
78
- rm -f "${CSV_FILENAME}" "$tmpfile1" "$tmpfile2" project.csv service.csv sku.csv "${tmpfile_header}"
+ rm -f "${CSV_FILENAME}" "$tmpfile1" "$tmpfile2" cost.csv project.csv service.csv sku.csv "${tmpfile_header}"
79
done
0 commit comments