Forgot to prefix the version with 'f'

This commit is contained in:
Adrian Reber
2015-12-17 17:16:18 +00:00
parent 6cc6e4417e
commit cf19e9fd3e

View File

@@ -22,7 +22,7 @@ if [ $? -ne 0 ]; then
fi
for version in `jq -r ".collections[$i].version" < ${ACTIVE}`; do
${PROPAGATION} --outdir ${OUTPUT} --logfiles "${LOGBASE}/f${version}*" --prefix ${version}_updates
${PROPAGATION} --outdir ${OUTPUT} --logfiles "${LOGBASE}/f${version}*" --prefix f${version}_updates
done
${PROPAGATION} --outdir ${OUTPUT} --logfiles "${LOGBASE}/development*"