소스 검색

Fixed bug in pub drush

Stephen Ficklin 11 년 전
부모
커밋
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;