1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Use /bin/env in make_readme shebang

It helps with virtualenv usage

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
Nils VAN ZUIJLEN 2021-05-26 18:37:26 +02:00
parent 6a8d26b4fd
commit 09fbff0060
No known key found for this signature in database
GPG key ID: 7BE7AF8A0F5942E9

View file

@ -1,4 +1,4 @@
#! /usr/bin/python3 #! /usr/bin/env python3
import argparse import argparse
import json import json