From 929502d75b2036d2226485d6e1705a815319c0e3 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 28 Jul 2013 22:14:57 -0700 Subject: [PATCH] Remove checks.sh reference since that program does not exist. Change-Id: I6f95fba226a944a49ddd212216f7949d45615086 --- HACKING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 93880147..05f617b8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -26,8 +26,6 @@ This will suffice until a more *official* documentation site can be made. * Please also attempt to run [pylint] all code submitted. * Please also attempt to run the [yaml] validation if you adjust any [yaml] files in the `conf` directory. -Use: ``./checks.sh`` to aid in running the 3 checks listed. - ## Environment Variables * The ``OS_*`` environment variables should be the only ones used for all authentication to OpenStack clients as documented in the [CLI Auth] wiki page.