Separate out version on manifest reporting.

This commit is contained in:
awalsh128 2021-10-21 22:44:51 -07:00
parent dca3d33521
commit db1f7473f6

View file

@ -18,7 +18,7 @@ done
echo "Reading from manifest..."
for logline in $(cat $cache_dir/manifest.log | tr ',' '\n' ); do
echo "- $(echo $logline | tr ',' ' ')"
echo "- $(echo $logline | tr ':' ' ')"
done
# Only search for archived results. Manifest and cache key also live here.