From b811c2b0e2d28dc793f021450cf9148f69e07c3f Mon Sep 17 00:00:00 2001
From: tvn <tvn@999848.no-reply.drupal.org>
Date: Thu, 23 Jan 2014 22:45:26 +0200
Subject: [PATCH] Fixing typo in config.rb

---
 config.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.rb b/config.rb
index c6e86049..cd9574eb 100644
--- a/config.rb
+++ b/config.rb
@@ -3,7 +3,7 @@ require 'susy'
 require 'breakpoint'
 
 # Set this to the root of your project when deployed:
-http_path = "/sites/all/themes/bluechese/"
+http_path = "/sites/all/themes/bluecheese/"
 css_dir = "css"
 sass_dir = "sass"
 images_dir = "images"
-- 
GitLab