This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 8202644 Correct typos in iotdb-env.sh (#3494)
8202644 is described below
commit 8202644d88c76db28dd0a9e628b9b7f5cfe977be
Author: CasZhou <[email protected]>
AuthorDate: Fri Jul 2 22:14:08 2021 +0800
Correct typos in iotdb-env.sh (#3494)
---
server/src/assembly/resources/conf/iotdb-env.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/assembly/resources/conf/iotdb-env.sh
b/server/src/assembly/resources/conf/iotdb-env.sh
index 6769935..7c4774e 100755
--- a/server/src/assembly/resources/conf/iotdb-env.sh
+++ b/server/src/assembly/resources/conf/iotdb-env.sh
@@ -137,7 +137,7 @@ fi
version_arr=(${JVM_VERSION//./ })
-#GC log path has to be defined here because it needs to access CASSANDRA_HOME
+#GC log path has to be defined here because it needs to access IOTDB_HOME
if [ "${version_arr[0]}" = "1" ] ; then
# Java 8
MAJOR_VERSION=${version_arr[1]}