feat: use cuddle please
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 22:54:56 +01:00
parent c03f351d81
commit c38062bb46
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -9,7 +9,9 @@ pub struct CuddlePlease {
impl CuddlePlease {
pub fn new(client: dagger_sdk::Query) -> Self {
Self { client }
Self {
client: client.pipeline("cuddle-please"),
}
}
}