From 45c4971b925c1891f74c7837847a5c3b3fdd0b44 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Thu, 4 Jan 2024 16:21:01 -0500 Subject: [PATCH] welp --- scripts/cache-files.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/cache-files.sh b/scripts/cache-files.sh index 882740804..03ad54253 100755 --- a/scripts/cache-files.sh +++ b/scripts/cache-files.sh @@ -2,9 +2,6 @@ set -eo pipefail -# shellcheck source=list-all-packages.sh -source ./bin/list-all-packages.sh - function require() { if [ -z "$2" ]; then echo "validation failed: $1 unset"