You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2021/04/14 15:25:27 UTC

[flume-site] 07/11: Update README.md

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

rgoers pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/flume-site.git

commit 8e478a24fc30a8538f8a9c56eb43c129a1a24233
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Sep 20 13:00:44 2020 -0700

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3154d9d..ada209a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Publishing the Apache Flume web site requires:
 5. Open your browser to point to *local directory*/target/site/index.html and review the site.
 6. When the changes look ok run `mvn resources:copy-resources@install`.
 7. Perform `git add` on the affected files and `git commit`.
-8. Perform git push.
+8. Perform `git push`.
 9. After a few minutes review https://flume.staged.apache.org and make sure the appropriate changes are present.
 10. Once the site has been approved checkout the asf-site branch. 
 11. Perform `git rebase asf-staging` followed by `git push`.