Skip to content

Commit 092f482

Browse files
committed
fix total
1 parent 753ceef commit 092f482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testground/benchmark/compositions/docker-compose.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ std.manifestYamlDoc({
1212
JOB_COMPLETION_INDEX: i,
1313
},
1414
}
15-
for i in std.range(0, 10)
15+
for i in std.range(0, 9)
1616
},
1717
})

0 commit comments

Comments
 (0)