Skip to content

Commit

Permalink
fix: bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Nov 21, 2023
1 parent 797816b commit 9522764
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
full = true,
title = "Execute ETL in Rust in a Docker container and output CSV files generated as a result of the script.",
code = """
id: rust_flow
namespace: dev
tasks:
- id: rust
type: io.kestra.plugin.scripts.shell.Commands
commands:
- etl
docker:
image: ghcr.io/kestra-io/rust:latest
outputFiles:
- "*.csv"
id: rust_flow
namespace: dev
tasks:
- id: rust
type: io.kestra.plugin.scripts.shell.Commands
commands:
- etl
docker:
image: ghcr.io/kestra-io/rust:latest
outputFiles:
- "*.csv"
"""
),
@Example(
Expand Down

0 comments on commit 9522764

Please sign in to comment.