lincoln-lil commented on code in PR #188:
URL: https://github.com/apache/flink-docker/pull/188#discussion_r1529588189


##########
docker-entrypoint.sh:
##########
@@ -65,19 +65,19 @@ set_config_options() {
     local bin_dir="$FLINK_HOME/bin"
     local lib_dir="$FLINK_HOME/lib"
 
-    local config_params=""
+    local config_params=()
 
     while [ $# -gt 0 ]; do
         local key="$1"
         local value="$2"
-
-        config_params+=" -D${key}=${value}"
+    

Review Comment:
   nit: remove spaces



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to