Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
bc8a6f3d
Commit
bc8a6f3d
authored
Aug 26, 2009
by
anarcat
Committed by
anarcat
Aug 26, 2009
Browse files
fix call on a non-existant command
parent
39417152
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/restore.provision.inc
View file @
bc8a6f3d
...
...
@@ -71,7 +71,7 @@ function drush_provision_drupal_provision_restore($url) {
// Luckily this is reversable =)
function
drush_provision_drupal_provision_restore_rollback
(
$url
)
{
provision_drupal_provision_restore
(
$url
);
drush_
provision_drupal_provision_restore
(
$url
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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