From 9c3a8a7cf9d9e923b06e20ca8aabe1eecf59d4f8 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 15 Feb 2020 16:12:19 -0800 Subject: [PATCH] Ugh --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b510bd6..f5000d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Here are a few things you can do that will increase the likelihood of your pull source env/bin/activate ``` -See the [`script/`](/script) if you'd like to run tests and coverage ([`script/coverage`](/scripts/coverage)) and coverage ([`script/lint`](/scripts/lint)). After bootstrapping and sourcing the `env/` commands in the [`octodns/cmds/`](/octodns/cmds) directory can be run with `PYTHONPATH=. ./octodns/cmds/sync.py ...` +See the [`script/`](/script) if you'd like to run tests and coverage ([`script/coverage`](/script/coverage)) and coverage ([`script/lint`](/scripts/lint)). After bootstrapping and sourcing the `env/` commands in the [`octodns/cmds/`](/octodns/cmds) directory can be run with `PYTHONPATH=. ./octodns/cmds/sync.py ...` ## License note