You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/05/24 08:49:35 UTC

[pulsar] branch fix/assets-path updated: update

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

urfree pushed a commit to branch fix/assets-path
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/fix/assets-path by this push:
     new 1343e12ccfa update
1343e12ccfa is described below

commit 1343e12ccfabeff7f97de896c7e5946394b44eea
Author: Li Li <ur...@apache.org>
AuthorDate: Tue May 24 16:49:21 2022 +0800

    update
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website/start.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/website/start.sh b/site2/website/start.sh
index 229f4318419..02cdec5a24f 100755
--- a/site2/website/start.sh
+++ b/site2/website/start.sh
@@ -6,8 +6,8 @@ cd .preview
 
 if [ -d "$ROOT_DIR/site2/.preview/pulsar-site" ]; then
     cd pulsar-site
-    # git checkout .
-    # git pull origin main
+    git checkout .
+    git pull origin main
 else
     git clone -b main --depth 1 https://github.com/apache/pulsar-site.git
 fi