Skip to content

Commit

Permalink
Change default s3 bucket during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pramitchoudhary committed Feb 1, 2024
1 parent 69cc12a commit 28e8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
demo_data = s3cmd get --recursive --skip-existing s3://h2o-sql-sidekick/demo/sleepEDA/ ./examples/demo/
demo_data = s3cmd get --recursive --skip-existing s3://h2o-sql-sidekick-public/demo/sleepEDA/ ./examples/demo/

.PHONY: download_demo_data

Expand Down

0 comments on commit 28e8240

Please sign in to comment.