Skip to content

Commit 319defd

Browse files
committed
check_fetcher: change shebang to python3
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 2357aa6 commit 319defd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check_fetcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# SPDX-License-Identifier: GPL-2.0
33

44
import configparser

0 commit comments

Comments
 (0)