From 5478bd0105421982664186b68005a6e0271798bb Mon Sep 17 00:00:00 2001 From: gledis69 Date: Fri, 11 Feb 2022 14:23:43 +0300 Subject: [PATCH] Remove extra sudo in comment for Mac --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47d628034..ae8d8c625 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ why we ask this as well as instructions for how to proceed, see the ./configure make make install - # Optionally, you might instead want to use `sudo make install-all` + # Optionally, you might instead want to use `make install-all` # since `multi_extension` regression test would fail due to missing downgrade scripts. cd src/test/regress make check