Fix package number reported.
This commit is contained in:
parent
9ca1c60417
commit
13b8ebb8f7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ done
|
|||
|
||||
# Only search for archived results. Manifest and cache key also live here.
|
||||
cache_pkg_filenames=$(ls -1 $cache_dir/*.tar.gz | sort)
|
||||
echo "Found $(echo $cache_filenames | wc -w) packages in the cache."
|
||||
echo "Found $(echo $cache_pkg_filenames | wc -w) packages in the cache."
|
||||
for cache_pkg_filename in $cache_pkg_filenames; do
|
||||
echo "- $(basename $cache_pkg_filename)"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue