Skip to content

Commit

Permalink
Toolcache: fix typo in test-toolcache comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Petrov committed Jan 6, 2020
1 parent 1f4d54a commit d98bb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/linux/scripts/installers/test-toolcache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d98bb53

Please sign in to comment.