Skip to content
Snippets Groups Projects
Commit 2462cfca authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Correctly get labels

parent cf10d516
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ function createRLabels() {
LABELS=""
for index in $MOOBENCH_CONFIGURATIONS
do
title="${TITLE[$i]}"
title="${TITLE[$index]}"
if [ "$LABELS" == "" ] ; then
LABELS="\"$title\""
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment