Skip to content

Commit

Permalink
Fix error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhattan committed Jan 23, 2015
1 parent 7e7c273 commit 8b8526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/make/make.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function drush_make($makefile = NULL, $build_path = NULL) {
}

if (drush_get_option('shallow-clone', FALSE) && drush_get_option('working-copy', FALSE)) {
drush_set_error('MAKE_SHALLOW_CLONE_WORKING_COPY_CONFLICT', dt('You cannot use "--shallow-copy" and "--working-copy" options together.'));
drush_set_error('MAKE_SHALLOW_CLONE_WORKING_COPY_CONFLICT', dt('You cannot use "--shallow-clone" and "--working-copy" options together.'));
return FALSE;
}

Expand Down

0 comments on commit 8b8526e

Please sign in to comment.