From 29c59f1ca62b1bb45b72541f5cc00cc5e4f936a7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Mar 2024 01:46:54 +0100 Subject: [PATCH] feat: fix errors Signed-off-by: kjuulh --- crates/cuddle-ci/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(())