We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a693758 commit 9977fafCopy full SHA for 9977faf
docs-menu.sh
@@ -88,8 +88,9 @@ refresh_vectara_ingest_repo() {
88
89
if [ "$LOCAL" != "$REMOTE" ]; then
90
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"
+ echo -e "\e[31mTo stop without discarding changes to your local configuration files, select 'n'.\e[0m"
+ echo -e "\e[31mTo discard changes to your local configuration files, select 'y'.\e[0m"
93
+ echo -e "\e[31mContinue? (y/n)\e[0m"
94
read -r overwrite_answer
95
if [ "$overwrite_answer" = "y" ]; then
96
echo "Importing configuration files..."
0 commit comments