You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by pg...@apache.org on 2021/03/22 21:20:16 UTC

[orc] branch master updated: MINOR: Fix typo in make-release.md (#662)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 48e11ca  MINOR: Fix typo in make-release.md (#662)
48e11ca is described below

commit 48e11ca0b4796222baff7413f7dd8f3ac4e9d363
Author: William Hyun <62...@users.noreply.github.com>
AuthorDate: Mon Mar 22 14:20:07 2021 -0700

    MINOR: Fix typo in make-release.md (#662)
---
 site/develop/make-release.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/develop/make-release.md b/site/develop/make-release.md
index 4ca129f..0082daf 100644
--- a/site/develop/make-release.md
+++ b/site/develop/make-release.md
@@ -125,7 +125,7 @@ edit CMakeLists.txt to change version to X.Y.(Z+1)-SNAPSHOT
 
 Update the site with the new release.
 
-* Check out the master branch (git co apache/master)
+* Check out the master branch (git checkout apache/master)
 
 ~~~
 Change directory in to site.