From 99c3298e6df5f15115c1bfd363890f278ae90a52 Mon Sep 17 00:00:00 2001
From: Tom Stovall <stovak@gmail.com>
Date: Wed, 14 Mar 2012 09:44:52 -0700
Subject: [PATCH] fixing issue http://drupal.org/node/1481084

---
 includes/deploy.drush.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/includes/deploy.drush.inc b/includes/deploy.drush.inc
index 2176722..4375c49 100644
--- a/includes/deploy.drush.inc
+++ b/includes/deploy.drush.inc
@@ -8,6 +8,7 @@
  * Implementation of hook_drush_command().
  */
 function deploy_drush_command() {
+	module_load_include("module", "deploy", "deploy");
   // Drupal isn't bootstraped long enough, when this hook is fired, to find out
   // what authentication methods and options that are available. So we must
   // execute the full bootstrap here. Sorry for that.
-- 
1.7.7.3

