Skip to content

Commit d6cc357

Browse files
committed
fix: updated the console message
1 parent 85485c8 commit d6cc357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roverCLI/roverGenerateCLI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function addModuleToStack(
204204
template: IroveraddModule
205205
) {
206206
const chooseStack = await util.inputType(
207-
"Select the stack to which you want to add the module ",
207+
"Select the stack to which you want to add the module:",
208208
choice
209209
)
210210
const selectedChoice = choice.filter((ele) =>

0 commit comments

Comments
 (0)