From 2b03f18580d6fa161f842a9bafd2d360f8686258 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 12 Sep 2021 22:18:00 -0400 Subject: [PATCH] fix: use updated python shebang --- tests/shellcheck-to-junit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shellcheck-to-junit b/tests/shellcheck-to-junit index bbbf6b5..f2ebf79 100755 --- a/tests/shellcheck-to-junit +++ b/tests/shellcheck-to-junit @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import print_function import argparse