feat: with empty string
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-12-30 22:41:56 +01:00
parent 877f19aa72
commit 638117e7e9
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -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(