From 28d0a11ff8a190f09e5824fd91d9e6151071b460 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Wed, 8 Jan 2020 12:51:21 -0800 Subject: [PATCH] chore(cloudbuild): fix broken synth file --- 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 ], )