This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8881279 Automatic site generation from 6fdc9cb
8881279 is described below
commit 8881279c8273ed94cd837cf5b960bceb141f05bd
Author: jenkins <[email protected]>
AuthorDate: Sun Nov 4 13:12:40 2018 +0000
Automatic site generation from 6fdc9cb
---
quickstart.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quickstart.sh b/quickstart.sh
index d01e395..d1379ee 100755
--- a/quickstart.sh
+++ b/quickstart.sh
@@ -263,7 +263,7 @@ main() {
welcome
- artifact_version_lowercase="${artifact_version,,}"
+ artifact_version_lowercase="$(tr '[:upper:]' '[:lower:]' <<<
"$artifact_version")"
if [ "${artifact_version_lowercase}" = 'latest' ]; then
printf '%s\n' "${color_title}Fetching version number of latest
${artifact_group}:${artifact_id} release...${color_reset}"
artifact_version="$(fetch_latest_version "$artifact_group"
"$artifact_id")"