Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 09615ee

Browse files
authored
fix: Log correct function app name in deployment (#304)
1 parent 401c120 commit 09615ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/functionAppService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export class FunctionAppService extends BaseService {
195195
* resource-group, storage account, app service plan, and app service at the minimum
196196
*/
197197
public async deploy() {
198-
this.log(`Creating function app: ${this.serviceName}`);
198+
this.log(`Creating function app: ${FunctionAppResource.getResourceName(this.config)}`);
199199

200200
const armService = new ArmService(this.serverless, this.options);
201201
const { armTemplate, type } = this.config.provider;

0 commit comments

Comments
 (0)