From e29235c713f6862d3d25ce2f4949d211377828f0 Mon Sep 17 00:00:00 2001 From: karthik2804 Date: Thu, 5 Sep 2024 13:57:37 +0200 Subject: [PATCH] fix todo about supported triggers Signed-off-by: karthik2804 --- containerd-shim-spin/src/engine.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/containerd-shim-spin/src/engine.rs b/containerd-shim-spin/src/engine.rs index d92a8f8..b0b2f7a 100644 --- a/containerd-shim-spin/src/engine.rs +++ b/containerd-shim-spin/src/engine.rs @@ -291,7 +291,9 @@ impl SpinEngine { mqtt_trigger.run(trigger_mqtt::CliArgs { test: false }) } _ => { - todo!("Only Http, Redis, MQTT and SQS triggers are currently supported.") + todo!( + "Only Http, Redis, MQTT, SQS and Command triggers are currently supported." + ) } };