feat: fallible dotenv
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-07-24 10:54:41 +02:00
parent 6b83d44777
commit bb147f28f6
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -5,7 +5,7 @@ use tokio::sync::Mutex;
#[tokio::main]
async fn main() -> eyre::Result<()> {
dotenv::dotenv().unwrap();
let _ = dotenv::dotenv();
let client = dagger_sdk::connect().await?;
let src = client.host().directory_opts(