From 8ac1135e76ac9c96efbd8f43e7316ddc305d84aa Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 17 Nov 2022 11:37:06 -0800 Subject: [PATCH] fix typo --- ci/release/_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release/_install.sh b/ci/release/_install.sh index 4ac7fbbc6..2dda110a2 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 have been installed via some other installation method." + warn "d2 has 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 have been installed via some other installation method." + warn "tala has been installed via some other installation method." return 1 fi