You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/09/12 04:44:24 UTC

[incubator-pulsar] branch master updated: Fixed website build with missing comma in replace.js (#2562)

This is an automated email from the ASF dual-hosted git repository.

mmerli 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 bf374fc  Fixed website build with missing comma in replace.js (#2562)
bf374fc is described below

commit bf374fcb6c7501997dc99ace1331153e766ca795
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Wed Sep 12 00:44:20 2018 -0400

    Fixed website build with missing comma in replace.js (#2562)
---
 site2/website/scripts/replace.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/website/scripts/replace.js b/site2/website/scripts/replace.js
index d0cc0fc..13c9569 100644
--- a/site2/website/scripts/replace.js
+++ b/site2/website/scripts/replace.js
@@ -87,7 +87,7 @@ const options = {
     `${latestVersion}`, 
     binaryReleaseUrl(`${latestVersion}`), 
     connectorReleaseUrl(`${latestVersion}`),
-    prestoPulsarReleaseUrl(`${latestVersion}`)
+    prestoPulsarReleaseUrl(`${latestVersion}`),
     downloadPageUrl(),
     rpmReleaseUrl(`${latestVersion}`, ""),
     rpmReleaseUrl(`${latestVersion}`, "-debuginfo"),
@@ -129,4 +129,4 @@ for (v of versions) {
     dry: true
   };
   doReplace(opts);
-}
\ No newline at end of file
+}