diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 19:26:07 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 19:26:07 +0100 |
commit | c1b259df2f0877497eae06b54349859e7bd4baed (patch) | |
tree | 1f7d00f2f68c306ac379680c5c21e21eaa568204 | |
parent | workflows/ci: shorter platform names (diff) | |
download | cgitize-c1b259df2f0877497eae06b54349859e7bd4baed.tar.gz cgitize-c1b259df2f0877497eae06b54349859e7bd4baed.zip |
fix a shebang for consistency
-rwxr-xr-x | docker/get_output_dir.py | 2 |
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 |