Stephen Ficklin 11 лет назад
Родитель
Сommit
fa8811749e
1 измененных файлов с 1 добавлено и 1 удалено
  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;