Skip to content

Commit

Permalink
fix: Address shellcheck lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lj3954 committed Nov 29, 2024
1 parent 0381d4f commit 7c5a404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,7 @@ function editions_primtux() {
}

function releases_proxmox-ve() {
#shellcheck disable=SC2046,SC2005
echo $(web_pipe https://enterprise.proxmox.com/iso/ | grep proxmox-ve | grep -E -o '[0-9]+\.[0-9]+-[0-9]\.iso' | uniq | sort -ru | cut -d'.' -f 1-2)
}

Expand Down

0 comments on commit 7c5a404

Please sign in to comment.