We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dabb8 commit 457bdb8Copy full SHA for 457bdb8
src/main.rs
@@ -56,7 +56,7 @@ async fn function_handler(event: LambdaEvent<LogsEvent>) -> Result<(), Error> {
56
);
57
58
let subject = match a[1] {
59
- "whslabs-cardano-node" => "New Cardano node",
+ "whslabs-cardano-node" => "New Cardano Node",
60
_ => "New AMI",
61
};
62
0 commit comments