diff options
author | Case Duckworth | 2022-06-08 17:08:51 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-08 17:08:51 -0500 |
commit | 5538af7955f0a652d1ebf4b381740afe928eebe1 (patch) | |
tree | d6c65ba58f6b249e61baf386c630750ceca2c338 | |
parent | Merge pull request 'Fix download link in alternative install method' (#12) fr... (diff) | |
download | bollux-5538af7955f0a652d1ebf4b381740afe928eebe1.tar.gz bollux-5538af7955f0a652d1ebf4b381740afe928eebe1.zip |
Fix typo -- thanks White_Rabbit!
-rwxr-xr-x | bollux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 83c0e63..60d3824 100755 --- a/bollux +++ b/bollux | |||
@@ -1617,7 +1617,7 @@ blastoff() { # blastoff [-u] URL | |||
1617 | # Implementation detail: because Bash is really stupid when it comes to | 1617 | # Implementation detail: because Bash is really stupid when it comes to |
1618 | # arrays, the URL functions u* (see below) work with an array defined | 1618 | # arrays, the URL functions u* (see below) work with an array defined |
1619 | # with `local -a' and passed by name, not by value. Thus, the | 1619 | # with `local -a' and passed by name, not by value. Thus, the |
1620 | # `urltransform url ...' instead of `urltransform "${url[@]}"' or | 1620 | # `utransform url ...' instead of `urltransform "${url[@]}"' or |
1621 | # similar. In addition, the `ucdef' and `ucset' functions take the name | 1621 | # similar. In addition, the `ucdef' and `ucset' functions take the name |
1622 | # of the array element as parameters, not the element itself. | 1622 | # of the array element as parameters, not the element itself. |
1623 | local -a url | 1623 | local -a url |