Skip to content

Commit

Permalink
fix(doc): files Downloads output property doc was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed May 30, 2024
1 parent efb0a92 commit b06a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/fs/vfs/Downloads.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public enum Action {
@Getter
public static class Output implements io.kestra.core.models.tasks.Output {
@Schema(
title = "The bucket of the downloaded file"
title = "Metadata of downloaded files."
)
@PluginProperty(additionalProperties = io.kestra.plugin.fs.vfs.models.File.class)
private final java.util.List<io.kestra.plugin.fs.vfs.models.File> files;
Expand Down

0 comments on commit b06a152

Please sign in to comment.