Skip to content

Commit

Permalink
Remove unwanted temporary output in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jul 7, 2015
1 parent 810a0c9 commit ec8089f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/policy.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function drush_policy_sql_sync_validate($source = NULL, $destination = NULL) {
*/
function drush_policy_core_rsync_validate($source = NULL, $destination = NULL) {
if (preg_match("/^@prod/", $destination)) {
return drush_set_error('POLICY_DENY', dt('Per examples/policy.drush.inc, you may never rsync to the production site.' . $destination));
return drush_set_error('POLICY_DENY', dt('Per examples/policy.drush.inc, you may never rsync to the production site.'));
}
}

Expand Down

0 comments on commit ec8089f

Please sign in to comment.