From 8d485a11716fa405a5ca29f133aafdb8fda42734 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 13 Jul 2015 18:35:15 -0700 Subject: [PATCH] fix type hike not hikes --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 74860674cc..84c47644ea 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ var fs = require('fs'), nonprofits = require('./nonprofits.json'), jobs = require('./jobs.json'); -var challangesRegex = /^(bonfire:|waypoint:|zipline:|basejump:|hikes:)/i; +var challangesRegex = /^(bonfire:|waypoint:|zipline:|basejump:|hike:)/i; function getFilesFor(dir) { return fs.readdirSync(path.join(__dirname, '/' + dir));