This is an automated email from the ASF dual-hosted git repository.
jtuglu1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new fd6befe010b Fix a small typo in bin/start-druid (#19544)
fd6befe010b is described below
commit fd6befe010bb314fae1ef7eaeb3e0ece285ccb55
Author: Daniel Jilg <[email protected]>
AuthorDate: Tue Jun 2 19:09:56 2026 +0200
Fix a small typo in bin/start-druid (#19544)
Fixes a typo in the error message "python interpreter not found" when
running bin/start-druid with no installed python interpreter. The error message
previously read "python interepreter not found".
---
examples/bin/start-druid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/bin/start-druid b/examples/bin/start-druid
index 81d8938adbb..f39053ce16a 100755
--- a/examples/bin/start-druid
+++ b/examples/bin/start-druid
@@ -31,5 +31,5 @@ elif [ -x "$(command -v python)" ]
then
exec python "$WHEREAMI/start-druid-main.py" "$@"
else
- echo "python interepreter not found"
+ echo "python interpreter not found"
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]