This is an automated email from the ASF dual-hosted git repository.
sorabh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 26f0f1e DRILL-6485: Fix typo in drill-env.sh
26f0f1e is described below
commit 26f0f1edd3af15578998d61ff67504256b016ed0
Author: Paul Rogers <[email protected]>
AuthorDate: Sun Jun 10 21:25:04 2018 -0700
DRILL-6485: Fix typo in drill-env.sh
closes #1315
---
distribution/src/resources/drill-env.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/src/resources/drill-env.sh
b/distribution/src/resources/drill-env.sh
index 62384e7..7b70172 100755
--- a/distribution/src/resources/drill-env.sh
+++ b/distribution/src/resources/drill-env.sh
@@ -80,7 +80,7 @@
# Location to place Drill logs. Set to $DRILL_HOME/log by default.
-#export DRILL_LOG_DIR=${DRILL_LOG_DIR:-$DRILL_HOME/conf}
+#export DRILL_LOG_DIR=${DRILL_LOG_DIR:-$DRILL_HOME/log}
# Location to place the Drillbit pid file when running as a daemon using
# drillbit.sh start.
--
To stop receiving notification emails like this one, please contact
[email protected].