Skip to content

Commit

Permalink
Update libbash to version 7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Lauterbach <[email protected]>
  • Loading branch information
georglauterbach authored Jun 30, 2024
1 parent 7317dfe commit f929ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function main() {
if [[ ${LOCAL_INSTALLATION} -eq 0 ]]; then
# shellcheck source=/dev/null
source <(curl -qsSfL https://raw.githubusercontent.com/georglauterbach/libbash/main/load) \
--online --version '6.1.1' 'log' 'errors'
--online '7.0.0' 'log' 'errors'
else
function log() {
printf "%s %-5s %s -- %s\n" \
Expand Down

0 comments on commit f929ff0

Please sign in to comment.