Created
January 18, 2012 23:04
-
-
Save ezra-g/1636381 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drush_make.project.inc b/drush_make.project.inc | |
index 76b71b2..f8f1514 100644 | |
--- a/drush_make.project.inc | |
+++ b/drush_make.project.inc | |
@@ -292,7 +292,7 @@ class DrushMakeProject { | |
} | |
function recurse($path) { | |
- $makefile = $this->download_location . '/' . $this->name . '.make'; | |
+ $makefile = $this->download_location . '/drupal_commons.make'; | |
if (!file_exists($makefile)) { | |
$makefile = $this->download_location . '/drupal-org.make'; | |
if (!file_exists($makefile)) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment