From f43dc6df309b2b33c66742758475c542cd2b6c5d Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 16 Mar 2012 19:50:56 -0700 Subject: [PATCH] Fixed up yaml test. --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 4d787e4d..c65a2b28 100644 --- a/HACKING.md +++ b/HACKING.md @@ -32,8 +32,8 @@ This will suffice until a more *official* documentation site can be made. * Please also attempt to run [pylint] all code submitted. * ``./run_tests.sh -l`` -* Please also attempt to run the json validation all changes to pip/pkgs json files submitted. - * ``./run_tests.sh -j`` +* Please also attempt to run the yaml validation if you adjust any yaml files in the `conf` directory. + * ``./run_tests.sh -y`` ## Tests