Skip to content

Commit 12a5f4d

Browse files
yaaminuflovilmart
authored andcommitted
fix package.json warning (#4478)
1 parent d5c4324 commit 12a5f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ cd "${INSTALL_DIR}"
108108

109109
if [ -f "package.json" ]; then
110110
echo "\n${RED}package.json exists${NC}"
111-
confirm 'N' "Do you want to continue? \n${RED}this will erase your configuration${NC} (y/N): "
111+
confirm 'N' "Do you want to continue? \n${RED}this will erase your existing package.json${NC} (y/N): "
112112
fi
113113

114114

0 commit comments

Comments
 (0)