Skip to content

Commit 817d1dd

Browse files
committed
update deps comment
1 parent c6e32be commit 817d1dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/dependencies-alt/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

examples/dependencies-alt/src/bashly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)