From: Rogan Hamby Date: Thu, 28 May 2020 17:46:35 +0000 (-0400) Subject: replace borrower_attributes with borrowerattributes for file name in mig-export X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=d7b6d453543bda025d27aaee555b80ea471349f6 replace borrower_attributes with borrowerattributes for file name in mig-export --- diff --git a/kmig.d/bin/mig-export b/kmig.d/bin/mig-export index 01d9248..2599240 100755 --- a/kmig.d/bin/mig-export +++ b/kmig.d/bin/mig-export @@ -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); }