From 52e12a8169a90413c6d8c10e827a24870e3e4818 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 17 Nov 2022 11:37:14 -0800 Subject: [PATCH] ge --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 440d9a5f2..864a128f5 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 have been installed via some other installation method." + warn "d2 has 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 have been installed via some other installation method." + warn "tala has been installed via some other installation method." return 1 fi