diff options
| author | 2020-11-14 01:01:28 -0800 | |
|---|---|---|
| committer | 2020-11-14 01:01:28 -0800 | |
| commit | 76c318edbe6200b1d08a82333962f81ae37a7a1b (patch) | |
| tree | 6a6714d194ce1f87a928a813594b706cb7009f5c | |
| parent | 359be2dfa041bc0e1c690b2771d556988612b327 (diff) | |
| download | cgit-pygments-wrapper-76c318edbe6200b1d08a82333962f81ae37a7a1b.tar.gz cgit-pygments-wrapper-76c318edbe6200b1d08a82333962f81ae37a7a1b.zip | |
Fix shebang line
| -rwxr-xr-x | cgit-pygments-wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit-pygments-wrapper.py b/cgit-pygments-wrapper.py index ad17227..6a50fb0 100755 --- a/cgit-pygments-wrapper.py +++ b/cgit-pygments-wrapper.py @@ -1,4 +1,4 @@ -#!/usr/bin/env +#!/usr/bin/env python '''This script is for use as a source-filter or repo.source-filter for cgit. The following environment variables can be used to retrieve the configuration of |
