feat: fix errors
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-30 01:46:54 +01:00
parent 8282f89640
commit 29c59f1ca6
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -57,7 +57,7 @@ pub mod drone_templater {
"drone-templater",
"upload",
"--template",
&self.template.display(),
&self.template.display().to_string(),
]);
Ok(())