Browse Source

Fix log message going to stdout

master
JustAnotherArchivist 3 years ago
parent
commit
1e5fbedcef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deb-repo-urls

+ 1
- 1
deb-repo-urls View File

@@ -114,7 +114,7 @@ do
# Package indices
elif [[ "${fn}" =~ /Packages(\.[^/]*)?$ ]]
then
echo "Processing package: ${fn}"
echo "Processing package: ${fn}" >&2
fetch_and_print "${archiveRoot}/dists/${distribution}/${fn}"
filename=
size=-1


Loading…
Cancel
Save