Skip to content

Commit

Permalink
force deployment script to use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
yelper committed Mar 23, 2021
1 parent c08a52e commit 28ec877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
node_modules/
_site/
dist/
scripts/*.pyc
scripts/**/*.pyc
/files
data/autogen/
*.swp
2 changes: 1 addition & 1 deletion scripts/sync_with_s3_boto.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import boto3

import subprocess
Expand Down

0 comments on commit 28ec877

Please sign in to comment.