removing no longer needed parameter
authorRogan Hamby <rhamby@equinoxinitiative.org>
Thu, 16 Apr 2020 18:51:43 +0000 (14:51 -0400)
committerRogan Hamby <rhamby@equinoxinitiative.org>
Thu, 16 Apr 2020 18:51:43 +0000 (14:51 -0400)
kmig.d/bin/mig-reporter

index eea3c1d..e179ca3 100755 (executable)
@@ -34,7 +34,6 @@ my $koha_conf_xml;
 my $dbh = KMig::db_connect();
 
 my $ret = GetOptions(
-    'instance:s'         => \$koha_instance,
     'tags:s'             => \$tags,    
     'reports_xml:s'      => \$reports_xml,
     'analyst:s'          => \$analyst,