aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 19:26:07 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 19:26:07 +0100
commitc1b259df2f0877497eae06b54349859e7bd4baed (patch)
tree1f7d00f2f68c306ac379680c5c21e21eaa568204
parentworkflows/ci: shorter platform names (diff)
downloadcgitize-c1b259df2f0877497eae06b54349859e7bd4baed.tar.gz
cgitize-c1b259df2f0877497eae06b54349859e7bd4baed.zip
fix a shebang for consistency
-rwxr-xr-xdocker/get_output_dir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/get_output_dir.py b/docker/get_output_dir.py
index 9c21a72..5ca0055 100755
--- a/docker/get_output_dir.py
+++ b/docker/get_output_dir.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from argparse import ArgumentParser
import sys