diff --git a/docs/justfile b/docs/justfile index 8479e15ef..1dba1e74c 100644 --- a/docs/justfile +++ b/docs/justfile @@ -1,3 +1,3 @@ licenses: - ../scripts/licenses.py > licenses.md + python3 ../scripts/licenses.py > licenses.md diff --git a/scripts/licenses.py b/scripts/licenses.py index ac1bb4ea2..c7cf22962 100755 --- a/scripts/licenses.py +++ b/scripts/licenses.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os import fnmatch