https://github.com/googleapis/nodejs-functions/pull/146/files#diff-befd2ad0da13326aa9d2b9089e57ae16a5fa61ac16c2bd566035f10d46ff6e5dR1701 It's being generated as: ``` cloudFunctionPath(project: string, location: string, functionParam: string) { return this.pathTemplates.cloudFunctionPathTemplate.render({ project: project, location: location, function: function_Param, // this one is incorrect }); } ```
https://github.com/googleapis/nodejs-functions/pull/146/files#diff-befd2ad0da13326aa9d2b9089e57ae16a5fa61ac16c2bd566035f10d46ff6e5dR1701
It's being generated as: