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:
3838
3939 # Abort if both curl and wget are not found, and show an additional help
4040 # 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 .
4343 http_client :
4444 command : [curl, wget]
4545 help : install with $(green sudo apt install curl)
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ commands:
1919
2020 # Abort if both curl and wget are not found, and show an additional help
2121 # 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 .
2424 http_client :
2525 command : [curl, wget]
2626 help : install with $(green sudo apt install curl)
You can’t perform that action at this time.
0 commit comments