Skip to content

Commit c74a93b

Browse files
authored
It adds the ellipsis to the end else it gets the hose again (#4432)
1 parent 90498ce commit c74a93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deploy/FunctionAppListStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class FunctionAppListStep extends AzureWizardPromptStep<IFuncDeployContex
3535
}
3636
});
3737

38-
qp.unshift({ label: '$(plus) Create new function app', data: undefined });
38+
qp.unshift({ label: '$(plus) Create new function app...', data: undefined });
3939
return qp;
4040
}
4141

0 commit comments

Comments
 (0)