Remove no-op call; used for debug.

This commit is contained in:
awalsh128 2022-08-05 23:51:55 -07:00
parent 9b737d6348
commit dbfb2a1334

2
lib.sh
View file

@ -52,5 +52,3 @@ function write_manifest {
echo "${2:0:-1}" | tr ',' '\n' | sort > ${3} echo "${2:0:-1}" | tr ',' '\n' | sort > ${3}
log "done" log "done"
} }
get_installed_packages "/tmp/cache-apt-pkgs-action-cache/install.log"