From 2a4b8330fd97c5cb6c911ac91ae69b4fa872aa4a Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Thu, 27 Feb 2014 09:52:50 +0100
Subject: [PATCH] slapos-testing: Fix typo.

---
 software/slapos-testing/instance.cfg | 2 +-
 software/slapos-testing/software.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/software/slapos-testing/instance.cfg b/software/slapos-testing/instance.cfg
index 19645dc22..e4c62d1f5 100644
--- a/software/slapos-testing/instance.cfg
+++ b/software/slapos-testing/instance.cfg
@@ -96,7 +96,7 @@ mode = 755
 [phantomjs-wrapper]
 recipe = slapos.cookbook:wrapper
 command-line = ${phantomjs:location}/phantomjs-slapos
-wrapper-path = $${directory:bin}/phantomjs
+wrapper-path = $${create-directory:bin}/phantomjs
 # XXX we must use "parameters-extra" (- instead of _)
 # when new slapos.cookbook will be used
 parameters_extra = true
diff --git a/software/slapos-testing/software.cfg b/software/slapos-testing/software.cfg
index 38f931f9d..5770408d5 100644
--- a/software/slapos-testing/software.cfg
+++ b/software/slapos-testing/software.cfg
@@ -88,7 +88,7 @@ branch = master
 [template]
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/instance.cfg
-md5sum = d0f430678b4407af6d6d66c9f2ac5c93
+md5sum = 10ffba4e2c0d119bbf9aabf3d71055e0 
 output =  ${buildout:directory}/template.cfg
 mode = 640
 
-- 
2.30.9