Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
b4394985
Commit
b4394985
authored
May 08, 2010
by
mig5
Committed by
mig5
May 08, 2010
Browse files
fix syntax error
parent
322ba49a
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/install.provision.inc
View file @
b4394985
...
...
@@ -54,7 +54,7 @@ function drush_provision_drupal_provision_install() {
function
drush_provision_drupal_provision_install_rollback
()
{
if
(
drush_get_option
(
'uri'
))
{
if
(
!
_provision_drupal_site_installed
())
{
_provision_recursive_delete
(
'sites/'
drush_get_option
(
'uri'
));
_provision_recursive_delete
(
'sites/'
.
drush_get_option
(
'uri'
));
}
}
else
{
drush_set_error
(
'PROVISION_FRAMEWORK_ERROR'
,
dt
(
'no url defined in %function'
,
array
(
'%function'
=>
__FUNCTION__
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment