Skip to content

Commit 2e8978d

Browse files
RincewindsHatLorenz Kästlemartialblog
authored
Switch main shebang to python3 (#21)
* Switch main shebang to python3 Since the plugin only runs on python3, that might as well be reflected by the shebang. --------- Co-authored-by: Lorenz Kästle <lorenz.kaestle@netways.de> Co-authored-by: Markus Opolka <markus.opolka@netways.de>
1 parent 30ef341 commit 2e8978d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check_vmware_nsxt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# coding:utf-8
33
"""
44
Icinga check plugin for VMware NSX-T

0 commit comments

Comments
 (0)