Skip to content

Commit

Permalink
changes config file name to config/MBmaint.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
sbpcs committed Nov 22, 2013
1 parent 6f6afed commit b53d280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MBmaint/DSmeta.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ has 'dataset' => ( is => 'rw', isa => 'HashRef' );
has 'mb' => ( is => 'rw', isa => 'Object' );
has 'verbose' => ( is => 'rw', isa => 'Int' );

my $configFilename = "./config/mbm.ini";
my $configFilename = "./config/MBmaint.ini";
my $TEMPLATE_DIR = "./templates/";

sub BUILD {
Expand All @@ -27,7 +27,7 @@ sub DEMOLISH {

sub loadXML {

# Read an XML file and build our data structure from it.
# Populate the DSMeta data structure from an XML document.

my $self = shift;
my $dataFilename = shift;
Expand Down

0 comments on commit b53d280

Please sign in to comment.