You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/13 02:51:13 UTC

[GitHub] [beam] kileys commented on a diff in pull request #23199: Resolve script parsing error when changing from bash to sh.

kileys commented on code in PR #23199:
URL: https://github.com/apache/beam/pull/23199#discussion_r969094185


##########
release/src/main/scripts/set_version.sh:
##########
@@ -24,7 +24,7 @@
 
 set -e
 
-function usage() {
+function usage(){

Review Comment:
   Does this cause a problem?



-- 
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: github-unsubscribe@beam.apache.org

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