home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1ee660447fe1be64350f57ef34589f5da8e474ff
parent c0684e3e3989ea99f4ae620d9830368fe2bf06c7
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 20 Jun 2019 11:42:59 +0200

decode-kubernetes-secrets.py: fix shebang and executable bit

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/scripts/bin/decode-kubernetes-secrets.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/scripts/bin/decode-kubernetes-secrets.py b/pkgs/scripts/bin/decode-kubernetes-secrets.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Author: Chmouel Boudjnah <chmouel@chmouel.com> #