iwasakims commented on code in PR #908:
URL: https://github.com/apache/bigtop/pull/908#discussion_r894974510
##########
bigtop_toolchain/bin/puppetize.sh:
##########
@@ -20,51 +20,74 @@ if [ -f /etc/os-release ]; then
. /etc/os-release
fi
+RPM_DOWNLOAD_URL="https://yum.puppet.com/puppet7"
+APT_DOWNLOAD_URL="https://apt.puppet.com/puppet7"
+NIGHTLY=""
+
+if [ "${ARCH}" != "aarch64" -a "${ARCH}" != ""];then
Review Comment:
needs space before `]`.
```
/tmp/puppetize.sh: line 27: [: too many arguments
```
--
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]