Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
colorbox-3183921
Commits
3362ee70
Commit
3362ee70
authored
Feb 25, 2013
by
frjo
Browse files
Fix indention on comment in Drush command.
parent
93baf9b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
drush/colorbox.drush.inc
View file @
3362ee70
...
...
@@ -99,7 +99,7 @@ function drush_colorbox_plugin() {
$filename
=
basename
(
$filepath
);
$dirname
=
COLORBOX_DOWNLOAD_PREFIX
.
basename
(
$filepath
,
'.zip'
);
// Remove any existing Colorbox plugin directory
// Remove any existing Colorbox plugin directory
if
(
is_dir
(
$dirname
)
||
is_dir
(
'colorbox'
))
{
drush_delete_dir
(
$dirname
,
TRUE
);
drush_delete_dir
(
'colorbox'
,
TRUE
);
...
...
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