Skip to content

Commit 4d68ba1

Browse files
kishan-23Kishan Verma
and
Kishan Verma
authored
Change usr/bin/python to #!user/bin/env python in bridge/graphite.py (#928)
* Removed usr/bin/python from bridge/graphite.py * Modified graphite.py, added #!usr/bin/env python. Signed-off-by: Kishan Verma <[email protected]> Co-authored-by: Kishan Verma <[email protected]>
1 parent f79049a commit 4d68ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_client/bridge/graphite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
import logging
44
import re

0 commit comments

Comments
 (0)