From 012fb83d2cd680b972215947f900c8c047551c29 Mon Sep 17 00:00:00 2001 From: Jeff Ammons Date: Mon, 11 Jul 2016 09:32:30 -0700 Subject: [PATCH] Fix doc->docs move in linting command --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 63b4d9b..d15011f 100644 --- a/tox.ini +++ b/tox.ini @@ -30,4 +30,4 @@ commands= {toxinidir}/rtmbot.py \ {toxinidir}/rtmbot/core.py \ {toxinidir}/setup.py \ - {toxinidir}/doc/example-plugins \ No newline at end of file + {toxinidir}/docs/example-plugins