From 20cf3b253106b31b7dec0b18d1d5659e24f97343 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 9 Jan 2020 10:20:28 -0800 Subject: [PATCH] chore(cloudbuild): fix broken synth file (#10077) --- cloudbuild/synth.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudbuild/synth.py b/cloudbuild/synth.py index d9a097213f3e..91be2d374719 100644 --- a/cloudbuild/synth.py +++ b/cloudbuild/synth.py @@ -39,9 +39,9 @@ 'nox*.py', 'setup.py', 'setup.cfg', - 'README.rst' - '**/*.proto' - 'google/cloud/devtools/__init__.py' # declare this as a namespace package + 'README.rst', + '**/*.proto', + 'google/cloud/devtools/__init__.py', # declare this as a namespace package ], )