Skip to content

Commit c208922

Browse files
committed
Fix template typo
1 parent 822c3a5 commit c208922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phases:
99
pre_test:
1010
commands:
1111
# Print this so that the upload script can read and process the benchmark config
12-
echo "The benchmark config is {{ benchmark_config_id }}"
12+
- echo "The benchmark config is {{ benchmark_config_id }}"
1313

1414
# Download the model from S3
1515
- curl -s --fail '{{ model_path }}' -o model.zip

0 commit comments

Comments
 (0)