From 45734aa65d67edc4a523a7ac370fd928e83482d5 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Thu, 8 Sep 2022 00:12:55 +0200 Subject: [PATCH] Use /usr/bin/env --- manage.py | 2 +- podman/deploy.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manage.py b/manage.py index 0036a2d..bce49a6 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import subprocess # nosec 404 diff --git a/podman/deploy.py b/podman/deploy.py index ce692e7..ac4ea3a 100755 --- a/podman/deploy.py +++ b/podman/deploy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import subprocess # nosec 404 import sys