mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
Reformatting the updates available list
This commit is contained in:
parent
7d1e1637f9
commit
35f77c0f89
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ dependency_check "jq" "jqbin" "https://github.com/jqlang/jq/releases/latest/down
|
|||
list_options() {
|
||||
num=1
|
||||
for update in "${Updates[@]}"; do
|
||||
echo "$num) $update"
|
||||
printf "%02d - %s\n" "$num" "$update"
|
||||
((num++))
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue