From d602c76796b4ea8938f82a8955dd86b4b8a2cd5e Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 18:48:08 -0400 Subject: [PATCH] ....? --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index 8c11e29..5cf1812 100755 --- a/hash-files +++ b/hash-files @@ -71,7 +71,7 @@ echo ${keys_of_interest[@]} echo "===========================================" for key in ${keys_of_interest[@]};do echo "Key $key is ${keys_of_interest[$key]}" - csv_columns+=( ${keys_of_interest[key]} ) + csv_columns+=( ${keys_of_interest[$key]} ) done ## Print columns to first line of csv echo "======= CSV Columns ========"