fix(docs): update task type in example to updated name

This commit is contained in:
Will Russell
2025-04-03 17:19:02 +01:00
committed by GitHub
parent fce7ec135e
commit efe0c6e1e4

View File

@@ -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 }}"""
}
)