Skip to content
Snippets Groups Projects
Commit 8069b550 authored by Colan Schwartz's avatar Colan Schwartz
Browse files

Issue #2912188 by colan: Use a set variable for grabbing profile names for log.

parent 6fba9bcf
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ function _provision_find_profiles() { ...@@ -149,7 +149,7 @@ function _provision_find_profiles() {
$profile->info['languages'] = _provision_find_profile_languages($profile->path); $profile->info['languages'] = _provision_find_profile_languages($profile->path);
$profiles[basename($profile->path)] = $profile; $profiles[basename($profile->path)] = $profile;
drush_log(dt('Found install profile %name', array('%name' => $name))); drush_log(dt('Found install profile %name', array('%name' => $profile->name)));
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment