Skip to content

Commit

Permalink
Merge pull request #182 from karthik2804/fix_error_message
Browse files Browse the repository at this point in the history
fix todo about supported triggers
  • Loading branch information
Mossaka authored Sep 10, 2024
2 parents d6946c2 + e29235c commit 378917c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containerd-shim-spin/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
}
};

Expand Down

0 comments on commit 378917c

Please sign in to comment.