fix syntax error
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 0148190..0a6749f 100644
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -320,7 +320,7 @@
   root = downstream_projects_root(platform)
   project_name = re.search("/([^/]+)\.git$", git_repository).group(1)
   clone_path = os.path.join(root, project_name)
-  print_collapsed_group(Fetching " + project_name + " sources")
+  print_collapsed_group("Fetching " + project_name + " sources")
   if os.path.exists(clone_path):
     os.chdir(clone_path)
     fail_if_nonzero(execute_command(