Skip to content

Commit ecd030b

Browse files
author
Juliya Smith
committed
Put else statement on correct Task
1 parent 0058956 commit ecd030b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Packs/Code42/Playbooks/playbook-Code42_File_Download.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ tasks:
1818
nexttasks:
1919
'#none#':
2020
- "1"
21-
- "7"
2221
separatecontext: false
2322
view: |-
2423
{
@@ -45,6 +44,8 @@ tasks:
4544
iscommand: false
4645
brand: ""
4746
nexttasks:
47+
'#default#':
48+
- "7"
4849
"yes":
4950
- "3"
5051
separatecontext: false
@@ -77,7 +78,7 @@ tasks:
7778
view: |-
7879
{
7980
"position": {
80-
"x": 50,
81+
"x": 377.5,
8182
"y": 195
8283
}
8384
}
@@ -296,6 +297,6 @@ outputs:
296297
description: The MD5 hash of the file.
297298
- contextPath: File.Extension
298299
description: The file extension.
299-
fromversion: 5.0.0
300300
tests:
301301
- No Test
302+
fromversion: 5.0.0

0 commit comments

Comments
 (0)