You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/25 03:10:36 UTC

[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #264: fix build error caused by cp swagger dir

tisonkun commented on code in PR #264:
URL: https://github.com/apache/pulsar-site/pull/264#discussion_r1003954935


##########
site2/tools/publish-website.sh:
##########
@@ -65,7 +65,7 @@ PULSAR_SITE_TMP=/tmp/pulsar-site
       | grep -v $PULSAR_SITE_TMP/content/.htaccess \
       | xargs rm -rf
   fi
-  cp -r $GENERATED_SITE_DIR/content/ $PULSAR_SITE_TMP/content
+  cp -R $GENERATED_SITE_DIR/content/ $PULSAR_SITE_TMP/content

Review Comment:
   The root cause should be that we change from `-r` to `-R` and the behavior changed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org