Skip to content

Commit c5a9cfa

Browse files
committed
It adds the ellipsis to the end else it gets the hose again
1 parent 16664bd commit c5a9cfa

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)