Skip to content

Commit e269790

Browse files
committed
Use absolute path for Python
1 parent 115546a commit e269790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: shebang-scripts/today/python

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/python3
22
# TODO: Absolute path to bun needs to be the same in CI and local
33

44
import datetime

0 commit comments

Comments
 (0)