Skip to content

Commit 438ec68

Browse files
author
hirsch88
committed
Fix resource command
1 parent 8b349ae commit 438ec68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/console/MakeResourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class MakeResourceCommand extends AbstractMakeCommand {
3333
public makeApiTestCommand: MakeApiTestCommand;
3434

3535
public async run(): Promise<void> {
36-
this.context = await askFileName(this.context, this.type, this.suffix, this.prefix);
36+
this.context = await this.askFileName(this.context, this.type, this.suffix, this.prefix);
3737
this.context.properties = await askProperties(this.context.name);
3838
this.context.hasProperties = true;
3939
this.context.isResourceTemplate = true;

0 commit comments

Comments
 (0)