Skip to content

Commit e117a62

Browse files
committed
Fix shebang so it points to the correct Python 3 executable
1 parent b077068 commit e117a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trustymail_csv2mongo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/python3
1+
#!/usr/bin/env python3
22

33
"""Populate MongoDB from a sorted CSV file as output by domain scan."""
44

0 commit comments

Comments
 (0)