From 02399ce332ed4992cfea63d340da43371346b512 Mon Sep 17 00:00:00 2001
From: Adrian Rossouw <adrian@developmentseed.org>
Date: Tue, 13 Jul 2010 21:33:38 +0200
Subject: [PATCH] forgot to update the command invoke calls to the
 delete_config and create_config.

---
 example/install.provision.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/install.provision.inc b/example/install.provision.inc
index b35ffac2d..15d5e246e 100644
--- a/example/install.provision.inc
+++ b/example/install.provision.inc
@@ -49,7 +49,7 @@ function drush_example_provision_install() {
      * the 'service' method with the service type you want
      * to call as it's only argument.
      */
-    d()->service('example')->create_site_config();
+    d()->service('example')->create_config('site');
   }
 }
 
@@ -64,7 +64,7 @@ function drush_example_provision_install() {
  * previous step.
  */
 function drush_example_provision_install_rollback() {
-  d()->service('example')->delete_site_config(); 
+  d()->service('example')->delete_config('site'); 
 }
 
 /**
-- 
GitLab