Skip to content

Commit

Permalink
fix dict
Browse files Browse the repository at this point in the history
  • Loading branch information
meolu committed Nov 27, 2018
1 parent a363425 commit f6404e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walle/service/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def walle_deploy(self):

all_servers_success = True
for server_info in self.servers:
server = server_info.host
server = server_info['host']
try:
self.connections[server] = Waller(host=server, user=self.project_info['target_user'])
self.prev_release(self.connections[server])
Expand Down

0 comments on commit f6404e2

Please sign in to comment.