Skip to content

Commit 1b90cdb

Browse files
committed
change shebang in update_headers to use python-jl
1 parent 517b347 commit 1b90cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def update_headers():
310310
start of each file, be sure to double-check the results to make sure
311311
important lines aren't accidentally overwritten.
312312
"""
313-
shebang = """#!/usr/bin/env python3
313+
shebang = """#!/usr/bin/env python-jl
314314
315315
"""
316316

0 commit comments

Comments
 (0)