Add newline at EOF to lib.sh

This commit is contained in:
awalsh128 2022-07-19 21:08:41 -07:00
commit e3e8536b71

2
lib.sh
View file

@ -35,4 +35,4 @@ function write_manifest {
# 0:-1 to remove trailing comma, delimit by newline and sort
echo "${2:0:-1}" | tr ',' '\n' | sort > ${3}
log "done."
}
}