Toolcache: fix typo in test-toolcache comment

This commit is contained in:
Maksim Petrov
2020-01-06 14:53:39 +03:00
parent 1f4d54a801
commit d98bb53cf6

View File

@@ -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