Skip to content

Commit

Permalink
[repro] Got the file extension wrong!
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed Dec 27, 2019
1 parent 2dc9b5d commit 034a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function download_archive_package () {
local pwd="$(pwd)"
local workdir="$(mktemp -d)"
cd "${workdir}" || exit 1
for ext in zstd xz; do
for ext in zst xz; do
local target="$(get_archive_link "${1}" "$ext")"
if verify_archive_link "${target}"; then
echo "Downloading ${filename}" >&2
Expand Down

0 comments on commit 034a456

Please sign in to comment.