Skip to content

Commit 26cb6b1

Browse files
authored
Merge pull request #20 from losten-git/main
changed shebang from python3 to python
2 parents fae6d7e + 7125741 commit 26cb6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_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 python3
1+
#!/usr/bin/env python
22

33
import unittest
44
import unittest.mock as mock

0 commit comments

Comments
 (0)