Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
adb5acd7
Commit
adb5acd7
authored
Nov 02, 2016
by
20th (Victor Nikulshin)
Committed by
Victor Nikulshin
Nov 07, 2016
Browse files
Fix unbalanced parentheses
parent
9e4c6bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
drush.py
View file @
adb5acd7
...
...
@@ -64,7 +64,7 @@ def make(action='install'):
local
(
'mkdir {}'
.
format
(
env
.
site_root
))
with
h
.
fab_cd
(
'local'
,
env
.
site_root
):
local
(
'drush make {} {} -y'
)
.
format
(
drush_opts
,
env
.
makefile
))
local
(
'drush make {} {} -y'
.
format
(
drush_opts
,
env
.
makefile
))
@
task
...
...
Write
Preview
Supports
Markdown
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