[inactive-gitlab-users] Explicitly call python3



commit 0a637895ef27e520033043a2cd44310884f7b288
Author: Andrea Veri <averi redhat com>
Date:   Tue Sep 3 19:13:59 2019 +0200

    Explicitly call python3

 inactive-gitlab-users.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/inactive-gitlab-users.sh b/inactive-gitlab-users.sh
index 774867a..21502e2 100755
--- a/inactive-gitlab-users.sh
+++ b/inactive-gitlab-users.sh
@@ -3,4 +3,4 @@
 PATH=$PATH:/usr/local/sysadmin-bin/gitlab
 export PATH
 
-inactive-gitlab-users.py get-inactive -t ${TIMEDELTA_UNIT}:${TIMEDELTA_VALUE} > 
/tmp/inactive-gitlab-users.json
+python3 inactive-gitlab-users.py get-inactive -t ${TIMEDELTA_UNIT}:${TIMEDELTA_VALUE} > 
/tmp/inactive-gitlab-users.json


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]