Skip to content

Commit 09c7a2a

Browse files
Merge pull request #79 from marioortizmanero/fix-ci
Fix CI
2 parents 1ece29e + 7f06dcc commit 09c7a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulseaudio-control.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function nextNode() {
266266
fi
267267
done
268268

269-
nodes[$i]="$index"
269+
nodes[i]="$index"
270270
i=$((i + 1))
271271
done < <(pactl list short "s${SINK_OR_SOURCE}s" | sort -n)
272272

0 commit comments

Comments
 (0)