Skip to content

Commit

Permalink
change shebang in update_headers to use python-jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sevyharris authored and rwest committed May 24, 2023
1 parent d86c603 commit 9aa3998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def update_headers():
start of each file, be sure to double-check the results to make sure
important lines aren't accidentally overwritten.
"""
shebang = """#!/usr/bin/env python3
shebang = """#!/usr/bin/env python-jl
"""

Expand Down

0 comments on commit 9aa3998

Please sign in to comment.