mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-25 02:14:38 -05:00
fix(docs): update task type in example to updated name
This commit is contained in:
@@ -32,7 +32,7 @@ import lombok.experimental.SuperBuilder;
|
||||
code = {
|
||||
"""
|
||||
spec: |
|
||||
type: io.kestra.plugin.fs.http.Download
|
||||
type: io.kestra.plugin.core.http.Download
|
||||
{{ task.property }}: {{ task.value }}"""
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user