From 0abe3c6867b5b0734f9f1f2c69ec5a529908a467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Pe=C3=B1a=20Segarra?= Date: Thu, 5 Aug 2021 16:39:20 +0200 Subject: [PATCH] fix: virtual environment compatible shebang --- snyk_scm_refresh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snyk_scm_refresh.py b/snyk_scm_refresh.py index d9478c7..5d692e9 100755 --- a/snyk_scm_refresh.py +++ b/snyk_scm_refresh.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3 +#!/usr/bin/env python3 """ Keep Snyk projects in sync with their corresponding SCM repositories """