Commit f6f02181 authored by Mohammed Ismail's avatar Mohammed Ismail

indentation issue

parent 16681a93
...@@ -115,7 +115,7 @@ class Containerize(): ...@@ -115,7 +115,7 @@ class Containerize():
mySSH.open(lIpAddr, lUserName, lPassWord) mySSH.open(lIpAddr, lUserName, lPassWord)
# Checking the hostname to get adapted on cli and dockerfileprefixes # Checking the hostname to get adapted on cli and dockerfileprefixes
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'
......
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