Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Feb 15, 2017
1 parent 92a4f08 commit 494a790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/models/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@ def get_env(self):
)
self.ensure_one()
env.user = self.user_name
env.password = self.password or ''
env.password = self.password
env.host_string = self.main_hostname
env.port = self.ssh_port
env.key_filename = self.key_filename or ''
env.key_filename = self.key_filename
env.timeout = 4 # by default is 10
return env

Expand Down

0 comments on commit 494a790

Please sign in to comment.