Skip to content

Commit

Permalink
Add correct strict mode to download data (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 2, 2023
1 parent 6bd9414 commit a0747f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -eux pipefail
set -euxo pipefail

bokeh sampledata

Expand Down

0 comments on commit a0747f4

Please sign in to comment.