Skip to content

Commit 856032d

Browse files
committed
Make shouldPrompt false
1 parent c19280f commit 856032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/StartingResourcesLogStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class StartingResourcesLogStep<T extends StartingResourcesLogContext> ext
3636
}
3737

3838
public shouldPrompt(): boolean {
39-
return true;
39+
return false;
4040
}
4141

4242
protected async logStartingResources(context: T): Promise<void> {

0 commit comments

Comments
 (0)