Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
877f19aa72
commit
638117e7e9
@ -26,7 +26,7 @@ impl DaggerMiddleware for SshAgent {
|
||||
|
||||
let socket = self.client.host().unix_socket(&sock_var);
|
||||
|
||||
let home = container.env_variable("HOME").await?;
|
||||
let home = container.env_variable("HOME").await.unwrap_or("".into());
|
||||
|
||||
let c = container
|
||||
.with_new_file_opts(
|
||||
|
Loading…
Reference in New Issue
Block a user