This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 0964dad Another fix for website build (#2567)
0964dad is described below
commit 0964dadcd3f425a2d4c424d4ab1de1fb7e35ce84
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Sep 13 17:49:36 2018 -0400
Another fix for website build (#2567)
### Motivation
Comma is missing in the javascript list.
---
site2/website/scripts/replace.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website/scripts/replace.js b/site2/website/scripts/replace.js
index 13c9569..2970688 100644
--- a/site2/website/scripts/replace.js
+++ b/site2/website/scripts/replace.js
@@ -118,7 +118,7 @@ for (v of versions) {
`${v}`,
binaryReleaseUrl(`${v}`),
connectorReleaseUrl(`${v}`),
- prestoPulsarReleaseUrl(`${latestVersion}`)
+ prestoPulsarReleaseUrl(`${latestVersion}`),
downloadPageUrl(),
rpmReleaseUrl(`${v}`, ""),
rpmReleaseUrl(`${v}`, "-debuginfo"),