From dbfb2a13341b220d602be6e58b74cfd050ea8036 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Fri, 5 Aug 2022 23:51:55 -0700 Subject: [PATCH] Remove no-op call; used for debug. --- lib.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib.sh b/lib.sh index ead44a9..f9f88b9 100755 --- a/lib.sh +++ b/lib.sh @@ -52,5 +52,3 @@ function write_manifest { echo "${2:0:-1}" | tr ',' '\n' | sort > ${3} log "done" } - -get_installed_packages "/tmp/cache-apt-pkgs-action-cache/install.log"