replace borrower_attributes with borrowerattributes for file name in mig-export
authorRogan Hamby <rhamby@equinoxinitiative.org>
Thu, 28 May 2020 17:46:35 +0000 (13:46 -0400)
committerRogan Hamby <rhamby@equinoxinitiative.org>
Thu, 28 May 2020 17:46:35 +0000 (13:46 -0400)
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);
     }