Skip to content

Commit f6c02e2

Browse files
tomwhitejulienledem
authored andcommitted
PARQUET-21: Fix reference to 'github-apache' in dev docs
Author: Tom White <[email protected]> Closes apache#20 from tomwhite/git-remote-name-fix and squashes the following commits: c7f8a18 [Tom White] Change 'github-apache' to 'apache-github' in docs to match script.
1 parent 5dffe35 commit f6c02e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
This directory contains scripts useful to developers when packaging,
33
testing, or committing to Parquet.
44

5-
Merging a pull request requires being a comitter on the project.
5+
Merging a pull request requires being a committer on the project.
66

77
* How to merge a Pull request:
8-
have an apache and github-apache remote setup
8+
have an apache and apache-github remote setup
99
```
10-
git remote add github-apache [email protected]:apache/incubator-parquet-mr.git
10+
git remote add apache-github [email protected]:apache/incubator-parquet-mr.git
1111
git remote add apache https://git-wip-us.apache.org/repos/asf/incubator-parquet-mr.git
1212
```
1313
run the following command

0 commit comments

Comments
 (0)