Skip to content

Commit 564dc5f

Browse files
Update flyteidl/protos/flyteidl/core/tasks.proto
Co-authored-by: Kevin Su <pingsutw@apache.org> Signed-off-by: Han-Ru Chen (Future-Outlier) <eric901201@gmail.com>
1 parent 2737251 commit 564dc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flyteidl/protos/flyteidl/core/tasks.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ message TaskMetadata {
141141
// Indicates whether the task will generate a deck when it finishes executing.
142142
// The BoolValue can have three states:
143143
// - nil: The value is not set.
144-
// - true: The task will generate a Deck URI.
145-
// - false: The task will not generate a Deck URI.
144+
// - true: The task will generate a deck.
145+
// - false: The task will not generate a deck.
146146
google.protobuf.BoolValue generates_deck = 15;
147147
}
148148

0 commit comments

Comments
 (0)