diff options
Diffstat (limited to 'aurweb/scripts/rendercomment.py')
-rwxr-xr-x | aurweb/scripts/rendercomment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aurweb/scripts/rendercomment.py b/aurweb/scripts/rendercomment.py index 9c0aa6a3..22aa856f 100755 --- a/aurweb/scripts/rendercomment.py +++ b/aurweb/scripts/rendercomment.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import re import pygit2 |