fix typo
This commit is contained in:
parent
bdb2e36a64
commit
8ac1135e76
1 changed files with 2 additions and 2 deletions
|
|
@ -318,7 +318,7 @@ uninstall_standalone_d2() {
|
||||||
|
|
||||||
if [ ! -e "$INSTALL_DIR/d2-$INSTALLED_VERSION" ]; then
|
if [ ! -e "$INSTALL_DIR/d2-$INSTALLED_VERSION" ]; then
|
||||||
warn "missing standalone install release directory $INSTALL_DIR/d2-$INSTALLED_VERSION"
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -341,7 +341,7 @@ uninstall_standalone_tala() {
|
||||||
|
|
||||||
if [ ! -e "$INSTALL_DIR/tala-$INSTALLED_VERSION" ]; then
|
if [ ! -e "$INSTALL_DIR/tala-$INSTALLED_VERSION" ]; then
|
||||||
warn "missing standalone install release directory $INSTALL_DIR/tala-$INSTALLED_VERSION"
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue