diff --git a/crates/cuddle-ci/src/rust_service/dagger_bin.rs b/crates/cuddle-ci/src/rust_service/dagger_bin.rs index 0d1f44a..4570208 100644 --- a/crates/cuddle-ci/src/rust_service/dagger_bin.rs +++ b/crates/cuddle-ci/src/rust_service/dagger_bin.rs @@ -39,7 +39,7 @@ impl DaggerMiddleware for DaggerBin { }, ) .with_env_variable("DAGGER_VERSION", &self.version) - .with_exec(vec!["/mtn/install.sh"]) + .with_exec(vec!["/mnt/install.sh"]) .file("/bin/dagger"); Ok(container.with_file("/bin/dagger", dagger_bin))