Skip to content

Commit 9977faf

Browse files
Improved messaging.
1 parent a693758 commit 9977faf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs-menu.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ refresh_vectara_ingest_repo() {
8888

8989
if [ "$LOCAL" != "$REMOTE" ]; then
9090
echo "Your local-config branch has diverged from origin/local-config."
91-
echo "To commit changes to your local configuration files, select 'n'."
92-
echo -e "\e[31mProceeding overwrites local changes. Continue? (y/n)\e[0m"
91+
echo -e "\e[31mTo stop without discarding changes to your local configuration files, select 'n'.\e[0m"
92+
echo -e "\e[31mTo discard changes to your local configuration files, select 'y'.\e[0m"
93+
echo -e "\e[31mContinue? (y/n)\e[0m"
9394
read -r overwrite_answer
9495
if [ "$overwrite_answer" = "y" ]; then
9596
echo "Importing configuration files..."

0 commit comments

Comments
 (0)