fixed cuddle image

This commit is contained in:
2022-08-14 21:06:07 +02:00
parent 319360968b
commit a1472194d2
7 changed files with 75 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ fn main() -> anyhow::Result<()> {
let config = CuddleConfig::from_env()?;
let context = context::extract_cuddle(config.clone())?;
_ = cli::CuddleCli::new(context)?.execute()?;
_ = cli::CuddleCli::new(context, config)?.execute()?;
Ok(())
}