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

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b1fb16  YETUS-863 Fixed quote characters in the RC verification 
document (#87)
5b1fb16 is described below

commit 5b1fb16ef9cf8087080fa323236d174a1f4ff8b6
Author: Jan Hentschel <[email protected]>
AuthorDate: Mon Feb 10 21:05:36 2020 +0100

    YETUS-863 Fixed quote characters in the RC verification document (#87)
    
    Signed-off-by: Sean Busbey <[email protected]>
---
 asf-site-src/source/contribute/releases.html.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asf-site-src/source/contribute/releases.html.md 
b/asf-site-src/source/contribute/releases.html.md
index fe84f41..a8e8d36 100644
--- a/asf-site-src/source/contribute/releases.html.md
+++ b/asf-site-src/source/contribute/releases.html.md
@@ -358,7 +358,7 @@ ASF policies require that binding votes on releases be cast 
only after verifying
    ```bash
    $ mkdir apache-yetus-0.7.0-src_unpack
    $ tar -C apache-yetus-0.7.0-src_unpack -xzf apache-yetus-0.7.0-src.tar.gz
-   $ git clone --single-branch --depth=1 --branch YETUS-585 
`https://github.com/apache/yetus.git` apache-yetus-0.7.0-RC1-tag
+   $ git clone --single-branch --depth=1 --branch YETUS-585 
'https://github.com/apache/yetus.git' apache-yetus-0.7.0-RC1-tag
    $ diff -r apache-yetus-0.7.0-RC1-tag 
apache-yetus-0.7.0-src_unpack/yetus-project-0.7.0
    $ echo $?
    0

Reply via email to