From bfb38fca9f029d3a4d13dff6cd86dfe918be8caa Mon Sep 17 00:00:00 2001 From: Serge Dukic Date: Sat, 9 Feb 2019 21:20:31 +1300 Subject: [PATCH] Fix typo in service name Needs a space before the "hash" symbol otherwise YAML doesn't recognise it as a comment. Issue(s): None --- lib/plugins/create/templates/google-python/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/create/templates/google-python/serverless.yml b/lib/plugins/create/templates/google-python/serverless.yml index af75a95f0..36ea8c5a3 100644 --- a/lib/plugins/create/templates/google-python/serverless.yml +++ b/lib/plugins/create/templates/google-python/serverless.yml @@ -1,4 +1,4 @@ -service: gcf-python# NOTE: Don't put the word "google" in here +service: gcf-python # NOTE: Don't put the word "google" in here provider: name: google