You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/10/20 06:38:41 UTC

[GitHub] [dolphinscheduler-website] caishunfeng commented on a change in pull request #455: fix global params set value

caishunfeng commented on a change in pull request #455:
URL: https://github.com/apache/dolphinscheduler-website/pull/455#discussion_r732455950



##########
File path: docs/en-us/dev/user_doc/globalParams.md
##########
@@ -42,9 +42,9 @@ The structure returned by the parameter is List<Map<String,String>>, where the e
 
 The result of the processor execution is returned as Map<String,String>.
 
-The user needs to define $setValue(key=value) in the output when defining the shell script.
+The user needs to define ${setValue(key=value)} in the output when defining the shell script.
 
-Remove $setValue() when processing parameters, split by "=", with the 0th being the key and the 1st being the value.
+Remove ${setValue()} when processing parameters, split by "=", with the 0th being the key and the 1st being the value.

Review comment:
       Yes, it should be change too.




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org