From 9568dc9783b4f9e973b956e618f5895fbda6b199 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 26 Mar 2022 12:48:16 -0700 Subject: [PATCH] Change include command. --- install_and_cache_pkgs.sh | 2 +- pre_cache_action.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_and_cache_pkgs.sh b/install_and_cache_pkgs.sh index 28b3858..337628f 100755 --- a/install_and_cache_pkgs.sh +++ b/install_and_cache_pkgs.sh @@ -5,7 +5,7 @@ set -e # Include library. script_dir="$(dirname -- "$(realpath -- "${0}")")" -source "${script_dir}/lib" +source "${script_dir}/lib.sh" # Directory that holds the cached packages. cache_dir="${1}" diff --git a/pre_cache_action.sh b/pre_cache_action.sh index d1899f5..8c8f992 100755 --- a/pre_cache_action.sh +++ b/pre_cache_action.sh @@ -2,7 +2,7 @@ # Include library. script_dir="$(dirname -- "$(realpath -- "${0}")")" -source "${script_dir}/lib" +source "${script_dir}/lib.sh" # Directory that holds the cached packages. cache_dir="${1}"