Skip to content

Commit 759d304

Browse files
committed
try to fix syntax error in win command
1 parent 05b8dfe commit 759d304

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ tasks:
125125
- "bazel run //:gazelle_python_manifest.update"
126126
- "bazel run //:gazelle -- update"
127127
batch_commands:
128-
- "echo common --override_module=rules_python= >> .bazelrc"
129-
- "bazel run //:gazelle_python_manifest.update"
128+
- "echo common --override_module=rules_python= >> .bazelrc "
129+
- "bazel run //:gazelle_python_manifest.update "
130130
- "bazel run //:gazelle -- update"
131131
build_targets:
132132
- "//..."

0 commit comments

Comments
 (0)