Skip to content

Commit b0822dd

Browse files
committed
mark the download task as private
1 parent 5b3fe63 commit b0822dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/download.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"implementations": [
2424
{"name": "download.sh", "requirements": ["shell"], "input_method": "environment"},
2525
{"name": "download.ps1", "requirements": ["powershell"], "input_method": "powershell"}
26-
]
26+
],
27+
"private": true
2728
}

0 commit comments

Comments
 (0)