Skip to content

Commit

Permalink
Use python3 to run licenses script
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jul 1, 2024
1 parent 157b9e2 commit 87ebbce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

licenses:
../scripts/licenses.py > licenses.md
python3 ../scripts/licenses.py > licenses.md
2 changes: 0 additions & 2 deletions scripts/licenses.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import os
import fnmatch

Expand Down

0 comments on commit 87ebbce

Please sign in to comment.