From b4aebfb8e4c02a1ea7e269df8cb268d4e369ac6e Mon Sep 17 00:00:00 2001 From: nickwu241 Date: Tue, 29 May 2018 20:33:36 -0400 Subject: [PATCH] Add --repo-whitelist flag to CONTRIBUTING.md setup --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f55124b06..9f46bcf5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ go install Run Atlantis: ``` -atlantis server --gh-user --gh-token --log-level debug +atlantis server --gh-user --gh-token --repo-whitelist --log-level debug ``` If you get an error like `command not found: atlantis`, ensure that `$GOPATH/bin` is in your `$PATH`.