Skip to content
Snippets Groups Projects
Commit 3002bb38 authored by Jon Pugh's avatar Jon Pugh
Browse files

Creating platform from makefile should be a "notice" drush log.

parent 4e4c11cd
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ function drush_provision_drupal_pre_provision_verify() { ...@@ -53,7 +53,7 @@ function drush_provision_drupal_pre_provision_verify() {
elseif (d()->type === 'platform') { elseif (d()->type === 'platform') {
// Create a platform from a makefile, if it doesnt already exist and the makefile does. // Create a platform from a makefile, if it doesnt already exist and the makefile does.
if (!provision_file()->exists(d()->root)->status() && !empty(d()->makefile)) { if (!provision_file()->exists(d()->root)->status() && !empty(d()->makefile)) {
drush_log(dt("Platform path does not exist, fetching from drush makefile")); drush_log(dt("Platform path does not exist, fetching from drush makefile"), 'notice');
$arguments = array(); $arguments = array();
$options = array(); $options = array();
// Propagate working-copy args downward. // Propagate working-copy args downward.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment