replace borrower_attributes with borrowerattributes for file name in mig-export
[migration-tools.git] / kmig.d / bin / mig-export
index 01d9248..2599240 100755 (executable)
@@ -40,7 +40,7 @@ foreach my $backup (@taglist) {
         backup_authorisedvalues($dbh,$backupfile);
     }
     if ($backup eq 'borrowerattributes') {
-        $backupfile = $MIGGITDIR . 'borrower_attributes' . '.' . $timestamp . '.xml';
+        $backupfile = $MIGGITDIR . 'borrowerattributes' . '.' . $timestamp . '.xml';
         print "Backing up $backupfile ... \n";
            backup_borrower_attributes($dbh,$backupfile);
     }