Skip to content

Commit fff4109

Browse files
authored
Refer to node.site instead of resolved (#4568)
1 parent 1fa5511 commit fff4109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deploy/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function deploy(actionContext: IActionContext, arg1: vscode.Uri | string |
8484
});
8585

8686
await node.initSite(context);
87-
const site = node.resolved.site;
87+
const site = node.site;
8888

8989
if (node.contextValue.includes('container')) {
9090
const learnMoreLink: string = 'https://aka.ms/deployContainerApps'

0 commit comments

Comments
 (0)