From 5a1f976df877a063734c38dce971a7ebf59a5c2a Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 17 Nov 2022 11:38:21 -0800 Subject: [PATCH] must have --- ci/release/_install.sh | 4 ++-- install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/release/_install.sh b/ci/release/_install.sh index 2dda110a2..2917323ad 100755 --- a/ci/release/_install.sh +++ b/ci/release/_install.sh @@ -318,7 +318,7 @@ uninstall_standalone_d2() { if [ ! -e "$INSTALL_DIR/d2-$INSTALLED_VERSION" ]; then warn "missing standalone install release directory $INSTALL_DIR/d2-$INSTALLED_VERSION" - warn "d2 has been installed via some other installation method." + warn "d2 must have been installed via some other installation method." return 1 fi @@ -341,7 +341,7 @@ uninstall_standalone_tala() { if [ ! -e "$INSTALL_DIR/tala-$INSTALLED_VERSION" ]; then warn "missing standalone install release directory $INSTALL_DIR/tala-$INSTALLED_VERSION" - warn "tala has been installed via some other installation method." + warn "tala must have been installed via some other installation method." return 1 fi diff --git a/install.sh b/install.sh index 864a128f5..5cc51950f 100755 --- a/install.sh +++ b/install.sh @@ -752,7 +752,7 @@ uninstall_standalone_d2() { if [ ! -e "$INSTALL_DIR/d2-$INSTALLED_VERSION" ]; then warn "missing standalone install release directory $INSTALL_DIR/d2-$INSTALLED_VERSION" - warn "d2 has been installed via some other installation method." + warn "d2 must have been installed via some other installation method." return 1 fi @@ -775,7 +775,7 @@ uninstall_standalone_tala() { if [ ! -e "$INSTALL_DIR/tala-$INSTALLED_VERSION" ]; then warn "missing standalone install release directory $INSTALL_DIR/tala-$INSTALLED_VERSION" - warn "tala has been installed via some other installation method." + warn "tala must have been installed via some other installation method." return 1 fi