must have

This commit is contained in:
Alexander Wang 2022-11-17 11:38:21 -08:00
parent 52e12a8169
commit 5a1f976df8
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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