Skip to content

Commit ad114aa

Browse files
committed
Fix curly brace
1 parent a327f09 commit ad114aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/circle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ main() {
306306
echo 'Assigning initial tasks...' >&2
307307
i="${index}"
308308
while [[ "${i}" -lt "${len}" ]]; do
309-
task="${TASKS}[${i}]"
309+
task="${TASKS[${i}]}"
310310
echo "Task: ${task}." >&2
311311
if [[ "${task}" = "check_deps" ]]; then
312312
check_deps "${log_file}"

0 commit comments

Comments
 (0)