You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/04/17 02:57:55 UTC

[incubator-heron] branch joshfischer/bazel-3-docs updated: fix syntax

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

joshfischer pushed a commit to branch joshfischer/bazel-3-docs
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/bazel-3-docs by this push:
     new af7892d  fix syntax
af7892d is described below

commit af7892d9129521ed4c5d745fb1ea036f759dada8
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Thu Apr 16 21:57:41 2020 -0500

    fix syntax
---
 website2/website/scripts/replace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/replace.js b/website2/website/scripts/replace.js
index f9f7ace..8d08349 100755
--- a/website2/website/scripts/replace.js
+++ b/website2/website/scripts/replace.js
@@ -38,7 +38,7 @@ const bazelVersions = {
     '0.20.0-incubating': '0.14.1',
     '0.20.1-incubating': '0.26.0',
     '0.20.2-incubating': '0.26.0',
-    '0.20.2-incubating-rc2': '3.0.0'.
+    '0.20.2-incubating-rc2': '3.0.0',
     'latest': '3.0.0',
 }