Commit b7f74825 authored by Mohammed Ismail's avatar Mohammed Ismail

indentation issue

parent b072ae17
...@@ -118,7 +118,7 @@ class Containerize(): ...@@ -118,7 +118,7 @@ class Containerize():
mySSH.command('hostname', '\$', 5) mySSH.command('hostname', '\$', 5)
self.host = re.search('obelix|asterix', mySSH.getBefore()) self.host = re.search('obelix|asterix', mySSH.getBefore())
if self.host == 'obelix': if self.host == 'obelix':
self.cli = 'docker' self.cli = 'docker'
self.dockerfileprefix = '.ubuntu18' self.dockerfileprefix = '.ubuntu18'
elif self.host == 'asterix': elif self.host == 'asterix':
self.cli = 'sudo podman' self.cli = 'sudo podman'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment