Skip to content

Commit 4f4b30d

Browse files
committed
Fix hashbang.
1 parent 494f27f commit 4f4b30d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python3/link-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
#
33
# link-checker.py
44
# Script to be run by crontab to report broken links.

0 commit comments

Comments
 (0)