From ed57278466d90f8ee477a33b8ead2c670e26c246 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Tue, 28 May 2024 21:55:40 -0700 Subject: [PATCH] [monodocs] Fix build failure (#5425) Signed-off-by: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> --- docs/user_guide/data_types_and_io/flytedirectory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/data_types_and_io/flytedirectory.md b/docs/user_guide/data_types_and_io/flytedirectory.md index 6297535269..b3700f7249 100644 --- a/docs/user_guide/data_types_and_io/flytedirectory.md +++ b/docs/user_guide/data_types_and_io/flytedirectory.md @@ -83,7 +83,7 @@ You can run the workflow locally as follows: ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/master/examples/data_types_and_io/data_types_and_io/folder.py :caption: data_types_and_io/folder.py -:lines: 98-118 +:lines: 94-114 ``` [flytesnacks]: https://github.com/flyteorg/flytesnacks/tree/master/examples/data_types_and_io/