From d98bb53cf6015cd6581cc13e83dbfed480f06c53 Mon Sep 17 00:00:00 2001 From: Maksim Petrov Date: Mon, 6 Jan 2020 14:53:39 +0300 Subject: [PATCH] Toolcache: fix typo in test-toolcache comment --- images/linux/scripts/installers/test-toolcache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/test-toolcache.sh b/images/linux/scripts/installers/test-toolcache.sh index 203a5afe3..0a64882a2 100644 --- a/images/linux/scripts/installers/test-toolcache.sh +++ b/images/linux/scripts/installers/test-toolcache.sh @@ -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