revert accidental change
authorRogan Hamby <rhamby@esilibrary.com>
Mon, 9 Sep 2019 16:56:34 +0000 (12:56 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Mon, 9 Sep 2019 16:56:34 +0000 (12:56 -0400)
mig-bin/mig-clean

index 1ad21c0..b9cb013 100755 (executable)
@@ -105,7 +105,7 @@ sub call_clean_csv {
         }
 
         print join(' ',@args) . "\n";
-        system('/home/rhamby/git/migration-tools/text/clean_csv', @args, $utf8_file);
+        system('clean_csv', @args, $utf8_file);
 
         my $dbh = Mig::db_connect();
         my $clean_file = $dbh->quote($utf8_file . '.clean');