Merge branch 'master' into staging

This commit is contained in:
Andrew Walsh 2022-07-19 21:12:17 -07:00 committed by GitHub
commit c4bc8b6ed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
lib.sh
View file

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