From e808da43eaa217a49898f3fb21664057e1fd5ce9 Mon Sep 17 00:00:00 2001 From: GuoHao Date: Tue, 26 Feb 2019 18:52:28 +0800 Subject: [PATCH] Fix typo (#548) --- bin/install-local.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/install-local.sh b/bin/install-local.sh index b43fe8528..20392ec17 100644 --- a/bin/install-local.sh +++ b/bin/install-local.sh @@ -1,9 +1,9 @@ #!/bin/bash -# define newset arthas's version +# define newest arthas's version ARTHAS_VERSION=${project.version} -# define newset arthas lib home +# define newest arthas's lib home ARTHAS_LIB_HOME=${HOME}/.arthas/lib/${ARTHAS_VERSION}/arthas # exit shell with err_code @@ -30,5 +30,5 @@ if [[ ! -x ${ARTHAS_LIB_HOME} ]]; then fi -echo "install to local successed." +echo "install to local succeeded."