This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c60faa43f fix type for HOP_CONFIG_OPTIONS, fixes #7063 (#7090)
8c60faa43f is described below

commit 8c60faa43f995258557bbe4045ebca3f6fd01e71
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue May 5 14:23:49 2026 +0200

    fix type for HOP_CONFIG_OPTIONS, fixes #7063 (#7090)
---
 docker/resources/load-and-execute.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/resources/load-and-execute.sh 
b/docker/resources/load-and-execute.sh
index 14b75171f8..3bfdda02c4 100755
--- a/docker/resources/load-and-execute.sh
+++ b/docker/resources/load-and-execute.sh
@@ -205,7 +205,7 @@ if [ -n "${HOP_CONFIG_OPTIONS}" ]; then
   #
   echo "Configuring Hop with : ${HOP_CONFIG_OPTIONS}"
   "${DEPLOYMENT_PATH}"/hop-conf.sh \
-    "{HOP_CONFIG_OPTIONS}" \
+    "${HOP_CONFIG_OPTIONS}" \
     2>&1 | tee ${HOP_LOG_PATH}
 fi
 

Reply via email to