aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Trevor Elliott <trevor@galois.com>2013-06-17 17:17:23 -0700
committerGravatar Trevor Elliott <trevor@galois.com>2013-06-17 17:24:54 -0700
commitc98b5097119b198ffa7088d3f59166fe3f53bb64 (patch)
tree9b1d12e85aca1b22ebbed7ee0bc5b0d0edb56a88
parent8316c65b174e881433721382e0214cec2412ae6b (diff)
Update the location of the color rules in their manifest
-rw-r--r--exampleData/ruleSets/color/colorRules.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleData/ruleSets/color/colorRules.json b/exampleData/ruleSets/color/colorRules.json
index 300793a..08c837d 100644
--- a/exampleData/ruleSets/color/colorRules.json
+++ b/exampleData/ruleSets/color/colorRules.json
@@ -8,8 +8,8 @@
, "description": "Foreground/background color guidelines"
, "license": "BSD3"
, "rules":
- [ "colorRules/foregroundCheck.js"
- , "colorRules/backgroundCheck.js"
+ [ "foregroundCheck.js"
+ , "backgroundCheck.js"
]
}
//----------------------------------------------------------------