From 1f4d54a801c6bef7a418b8efc66122450ea4896a Mon Sep 17 00:00:00 2001 From: Maksim Petrov Date: Mon, 30 Dec 2019 15:59:47 +0300 Subject: [PATCH] Toolcache: fix typo in comment for test-toolcache.sh --- 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 785218b3e..203a5afe3 100644 --- a/images/linux/scripts/installers/test-toolcache.sh +++ b/images/linux/scripts/installers/test-toolcache.sh @@ -9,7 +9,7 @@ # Fail out if any tests fail set -e -# defune array of key aliases +# define array of key aliases key_alias_array=() bash --version # define dicionary for key_alias and its values