Skip to content

Commit

Permalink
Update menus.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adriens authored May 28, 2023
1 parent c69f80b commit 2c0545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ con.execute("""insert into menus
import os
os.system('mkdir -p data')

con.execute("""COPY menus TO 'current_menus.csv';""")
con.execute("""COPY menus TO 'data/current_menus.csv';""")
con.execute("""COPY menus TO 'data/current_menus_headers.csv' (HEADER, DELIMITER ',');""")


Expand Down

0 comments on commit 2c0545e

Please sign in to comment.