From f248b3fb9f64305fa2fabd4a1f2305f4076a2d0c Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Thu, 18 Jun 2015 20:02:32 -0700 Subject: [PATCH] fix name and dashed name switched close #975 --- challenges/basic-bonfires.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/basic-bonfires.json b/challenges/basic-bonfires.json index df4b6bc16c..d2029d95b3 100644 --- a/challenges/basic-bonfires.json +++ b/challenges/basic-bonfires.json @@ -754,8 +754,8 @@ }, { "id": "a5de63ebea8dbee56860f4f2", - "name": "bonfire-diff-two-arrays", - "dashedName": "Bonfire: Diff Two Arrays", + "name": "Bonfire: Diff Two Arrays", + "dashedName": "bonfire-diff-two-arrays", "difficulty": "2.01", "description": [ "Compare two arrays and return a new array with any items not found in both of the original arrays.",