Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
a3e8a8ca
Commit
a3e8a8ca
authored
Aug 28, 2009
by
mig5
Committed by
mig5
Aug 28, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#562144
by jonhattan - fix comments to refer to correct drush_invoke function
parent
968cb63b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
platform/install.provision.inc
platform/install.provision.inc
+1
-1
platform/provision_drupal.drush.inc
platform/provision_drupal.drush.inc
+1
-1
No files found.
platform/install.provision.inc
View file @
a3e8a8ca
...
...
@@ -7,7 +7,7 @@
/**
* Provision install command
*
* These are the hooks that will be executed by the
provision
_invoke function
* These are the hooks that will be executed by the
drush
_invoke function
* when doing a provision_install.
*/
...
...
platform/provision_drupal.drush.inc
View file @
a3e8a8ca
...
...
@@ -44,7 +44,7 @@ function provision_drupal_drush_engine_drupal() {
/**
* Initialize the platform / site
*
* This function is executed by
provision
_invoke, and is responsible
* This function is executed by
drush
_invoke, and is responsible
* for populating the $data context array
*/
function
provision_drupal_drush_init
(
$url
=
NULL
)
{
...
...
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