mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-23 22:26:23 +00:00
Merge pull request #32 from kinvolk/schu/fix-shebang-env-path
kube-hunter: fix `env` path in shebang
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/env python
|
||||
#!/usr/bin/env python
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user