Skip to content

Commit a98fab5

Browse files
authored
fix: Make run-task shebang use /usr/bin/env python3 (#453)
1 parent fe27388 commit a98fab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskgraph/run-task/run-task

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/env -S python3 -u
22
# This Source Code Form is subject to the terms of the Mozilla Public
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
44
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

0 commit comments

Comments
 (0)