Separate out version on manifest reporting.
This commit is contained in:
parent
dca3d33521
commit
db1f7473f6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue