Browse Source

Fixed bug in pub drush

Stephen Ficklin 11 years ago
parent
commit
fa8811749e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_pub/tripal_pub.drush.inc

+ 1 - 1
tripal_pub/tripal_pub.drush.inc

@@ -68,7 +68,7 @@ function drush_tripal_pub_tripal_pubs_import() {
   $create_contacts = drush_get_option('create_contacts');
   $dbxref = drush_get_option('dbxref');
   $do_report = drush_get_option('report');
-  $update = drush_get_option('$update');
+  $update = drush_get_option('update');
 
   if($update == 'Y') {
     $update = TRUE;