mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Toolcache: fix typo in test-toolcache comment
This commit is contained in:
@@ -12,7 +12,7 @@ set -e
|
||||
# define array of key aliases
|
||||
key_alias_array=()
|
||||
bash --version
|
||||
# define dicionary for key_alias and its values
|
||||
# define dictionary for key_alias and its values
|
||||
declare -A toolcache_key_value
|
||||
PACKAGE_LIST=($(jq -r 'keys | .[]' "$INSTALLER_SCRIPT_FOLDER/toolcache.json"))
|
||||
for PACKAGE_NAME in ${PACKAGE_LIST[@]}; do
|
||||
|
||||
Reference in New Issue
Block a user