Skip to content

Commit

Permalink
Merge pull request #266 from arogge/vmware-explicit-python2
Browse files Browse the repository at this point in the history
vmware: alter shebangs to refer to python2
  • Loading branch information
arogge committed Sep 4, 2019
2 parents 60ac6a1 + 53cab44 commit acdaa62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vmware/vmware_cbt_tool/vmware_cbt_tool.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# BAREOS® - Backup Archiving REcovery Open Sourced
#
Expand Down
2 changes: 1 addition & 1 deletion vmware/vmware_plugin/BareosFdPluginVMware.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# BAREOS® - Backup Archiving REcovery Open Sourced
#
Expand Down
2 changes: 1 addition & 1 deletion vmware/vmware_plugin/bareos-fd-vmware.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# BAREOS® - Backup Archiving REcovery Open Sourced
#
Expand Down

0 comments on commit acdaa62

Please sign in to comment.