chore(ci): with actual await on connect

This commit is contained in:
Kasper Juul Hermansen 2023-02-20 10:33:14 +01:00
parent 48433cf368
commit 06e2638e1f
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -12,7 +12,7 @@ async fn main() -> eyre::Result<()> {
.subcommand(clap::Command::new("release"))
.get_matches();
let client = dagger_sdk::connect()?;
let client = dagger_sdk::connect().await?;
match matches.subcommand() {
Some(("pr", _)) => {