fix: previous merge set wrong default install location
This commit is contained in:
@@ -216,7 +216,7 @@ async function promptInstallation() {
|
|||||||
type: 'input',
|
type: 'input',
|
||||||
name: 'directory',
|
name: 'directory',
|
||||||
message: 'Enter the full path to your project directory where BMad should be installed:',
|
message: 'Enter the full path to your project directory where BMad should be installed:',
|
||||||
default: process.cwd(),
|
default: path.resolve('.'),
|
||||||
validate: (input) => {
|
validate: (input) => {
|
||||||
if (!input.trim()) {
|
if (!input.trim()) {
|
||||||
return 'Please enter a valid project path';
|
return 'Please enter a valid project path';
|
||||||
|
|||||||
Reference in New Issue
Block a user