Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 21, 2024
1 parent 21d4780 commit 8325ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[files]
extend-exclude = ["go.sum"]

[default.extend-words]
wrk = "wrk"
2 changes: 1 addition & 1 deletion scripts/bibop-multi-check
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ checkPackagesAvailability() {
fi

# shellcheck disable=SC2086
aval_list=$(LC_ALL=C yum -q $opts list availabile $pkg_list 2> /dev/null | grep -v 'Available Packages' | tr -s " " | sed 's/\.\(i386\|i686\|x86_64\|el6\|el7\|el7\)//g' | cut -f1,2 -d' ' | tr " " "-")
aval_list=$(LC_ALL=C yum -q $opts list available $pkg_list 2> /dev/null | grep -v 'Available Packages' | tr -s " " | sed 's/\.\(i386\|i686\|x86_64\|el6\|el7\|el7\)//g' | cut -f1,2 -d' ' | tr " " "-")

if [[ -z "$aval_list" ]] ; then
return 1
Expand Down

0 comments on commit 8325ebd

Please sign in to comment.