File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/dependencies-alt Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ commands:
38
38
39
39
# Abort if both curl and wget are not found, and show an additional help
40
40
# message.
41
- # Note that in this case you will also have a `deps` hash in your
42
- # bash script, with the path to the first found program .
41
+ # Note that the path to the first found dependency will be available to
42
+ # your script in the `deps` associative array .
43
43
http_client :
44
44
command : [curl, wget]
45
45
help : install with $(green sudo apt install curl)
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ commands:
19
19
20
20
# Abort if both curl and wget are not found, and show an additional help
21
21
# message.
22
- # Note that in this case you will also have a `deps` hash in your
23
- # bash script, with the path to the first found program .
22
+ # Note that the path to the first found dependency will be available to
23
+ # your script in the `deps` associative array .
24
24
http_client :
25
25
command : [curl, wget]
26
26
help : install with $(green sudo apt install curl)
You can’t perform that action at this time.
0 commit comments