Doh
This commit is contained in:
		
							parent
							
								
									7de3e00ad9
								
							
						
					
					
						commit
						ed6c646f44
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@ struct LegacySSHStore : public Store
 | 
			
		|||
    {
 | 
			
		||||
        auto conn = make_ref<Connection>();
 | 
			
		||||
        conn->sshConn = master.startCommand(
 | 
			
		||||
            fmt("command time %s --serve --write", remoteProgram)
 | 
			
		||||
            fmt("%s --serve --write", remoteProgram)
 | 
			
		||||
            + (remoteStore.get() == "" ? "" : " --store " + shellEscape(remoteStore.get())));
 | 
			
		||||
        conn->to = FdSink(conn->sshConn->in.get());
 | 
			
		||||
        conn->from = FdSource(conn->sshConn->out.get());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue