Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user