Skip to content

Commit ece9820

Browse files
committed
fix format
1 parent 2637e83 commit ece9820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/build/functions/build_project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ def get_indexer_build_steps(project_name,
550550
index_step = {
551551
'name': project.image,
552552
'args': [
553-
'bash', '-c',
553+
'bash',
554+
'-c',
554555
f'cd /src && cd {project.workdir} && mkdir -p {build.out} && '
555556
'/opt/indexer/index_build.py && '
556557
# Enable re-building both the project and the indexes.

0 commit comments

Comments
 (0)