Merge branch 'master' of git.esilibrary.com:migration-tools
[migration-tools.git] / 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');