extend not append
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								f031a40746
							
						
					
				
			
			
				commit
				
					
						72fb77f135
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -104,7 +104,7 @@ class Remote(object): | ||||||
|         # variable declarations |         # variable declarations | ||||||
|         if env: |         if env: | ||||||
|             remote_env = ["%s=%s" % item for item in env.items()] |             remote_env = ["%s=%s" % item for item in env.items()] | ||||||
|             cmd.append(remote_env) |             cmd.extend(remote_env) | ||||||
| 
 | 
 | ||||||
|         cmd.extend(command) |         cmd.extend(command) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue