Do I have it?
このコミットが含まれているのは:
コミット
dbfe55872f
@ -70,7 +70,7 @@ echo "Keys of interest:"
|
||||
echo ${keys_of_interest[@]}
|
||||
echo "==========================================="
|
||||
for key in ${keys_of_interest[@]};do
|
||||
echo "Key $key is ${keys_of_interest[key]}"
|
||||
echo "Key $key is ${keys_of_interest[$key]}"
|
||||
csv_columns+=( ${keys_of_interest[key]} )
|
||||
done
|
||||
## Print columns to first line of csv
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする