Skip to content

Commit beb2942

Browse files
committed
fix bug
1 parent cdea68d commit beb2942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/benchmarking/aggregate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
- name: Checkout historical performance results repository
5858
shell: bash
5959
run: |
60-
if [ ! -d "$SANITIZED_PERF_RES_PATH"]; then
60+
if [ ! -d "$SANITIZED_PERF_RES_PATH" ]; then
6161
git clone -b "$SANITIZED_PERF_RES_GIT_BRANCH" "https://github.com/$SANITIZED_PERF_RES_GIT_REPO" "$SANITIZED_PERF_RES_PATH"
6262
fi
6363
- name: Run aggregator on historical results

0 commit comments

Comments
 (0)