Skip to content

Commit

Permalink
Merge pull request #27 from awalsh128/staging
Browse files Browse the repository at this point in the history
Rollup staging to master.
  • Loading branch information
awalsh128 authored Jul 20, 2022
2 parents e3e8536 + c4bc8b6 commit 704b3e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ function get_package_name_ver {

function log { echo "$(date +%H:%M:%S)" "${@}"; }

function write_manifest {
echo "manifest list ${2}"
function write_manifest {
log "Writing ${1} packages manifest to ${3}..."
# 0:-1 to remove trailing comma, delimit by newline and sort
echo "${2:0:-1}" | tr ',' '\n' | sort > ${3}
Expand Down

0 comments on commit 704b3e1

Please sign in to comment.