Skip to content

Commit 7f7adb7

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent ef43139 commit 7f7adb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/taurus/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn handle_message(
4646
let duration_millis = start.elapsed().as_millis() as i64;
4747
return (
4848
Signal::Failure(RuntimeError::simple_str(
49-
"InvlaidFlow",
49+
"InvalidFlow",
5050
"This flow has no nodes to execute!",
5151
)),
5252
RuntimeUsage {

0 commit comments

Comments
 (0)