From d7b6d453543bda025d27aaee555b80ea471349f6 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Thu, 28 May 2020 13:46:35 -0400 Subject: [PATCH] replace borrower_attributes with borrowerattributes for file name in mig-export --- kmig.d/bin/mig-export | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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); } -- 1.7.2.5