Skip to content

Instantly share code, notes, and snippets.

@ezra-g
Created January 18, 2012 23:04
Show Gist options
  • Save ezra-g/1636381 to your computer and use it in GitHub Desktop.
Save ezra-g/1636381 to your computer and use it in GitHub Desktop.
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