diff --git a/bootstrap.sh b/bootstrap.sh index 3f8b3db6ed..a3b0c168ca 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -108,7 +108,7 @@ cd "${INSTALL_DIR}" if [ -f "package.json" ]; then echo "\n${RED}package.json exists${NC}" - confirm 'N' "Do you want to continue? \n${RED}this will erase your configuration${NC} (y/N): " + confirm 'N' "Do you want to continue? \n${RED}this will erase your existing package.json${NC} (y/N): " fi