diff --git a/crates/cuddle-ci/src/lib.rs b/crates/cuddle-ci/src/lib.rs index 8b9f570..8d81b37 100644 --- a/crates/cuddle-ci/src/lib.rs +++ b/crates/cuddle-ci/src/lib.rs @@ -57,7 +57,7 @@ pub mod drone_templater { "drone-templater", "upload", "--template", - &self.template.display(), + &self.template.display().to_string(), ]); Ok(())