Skip to content

Commit

Permalink
ignore .env check and make bash executable
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Nov 29, 2023
1 parent 61e23e2 commit dbf8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ios_data_transform/run-ios-file-conversion.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Load environment variables
# shellcheck source=./.env
# shellcheck source=/dev/null
source .env

## setup python environment
Expand Down

0 comments on commit dbf8575

Please sign in to comment.