From 3422e79f972240fa7e8211210c368570a94c4e6f Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Wed, 11 Dec 2019 20:55:21 +0300 Subject: [PATCH] update contributing (#3284) --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e237eaea..deff4b45f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,10 +132,9 @@ tool. popd ``` -Once you've done that, you can run the `citus_indent` command to recursively check and -correct the style of any source files in the current directory. You can also run `make -reindent` from within the Citus repo to correct the style of all source files in the -repository. +Once you've done that, you can run the `make reindent` command from the top directory to recursively check and +correct the style of any source files in the current directory. Under the hood, `make reindent` will run `citus_indent` and some +other style corrections for you. ### Making SQL changes