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 """