mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +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
|
# define array of key aliases
|
||||||
key_alias_array=()
|
key_alias_array=()
|
||||||
bash --version
|
bash --version
|
||||||
# define dicionary for key_alias and its values
|
# define dictionary for key_alias and its values
|
||||||
declare -A toolcache_key_value
|
declare -A toolcache_key_value
|
||||||
PACKAGE_LIST=($(jq -r 'keys | .[]' "$INSTALLER_SCRIPT_FOLDER/toolcache.json"))
|
PACKAGE_LIST=($(jq -r 'keys | .[]' "$INSTALLER_SCRIPT_FOLDER/toolcache.json"))
|
||||||
for PACKAGE_NAME in ${PACKAGE_LIST[@]}; do
|
for PACKAGE_NAME in ${PACKAGE_LIST[@]}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user