aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 4122693..7d52deb 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,7 @@
use strict;
use autodie;
-my $mib2c_config = 'src/mysqlstat-mib.mib2c';
+my $mib2c_config = 'src/mysqlstat_mib.mib2c';
die "This file must be run from Mysqlstat top level source directory"
unless -r $mib2c_config;

Return to:

Send suggestions and report system problems to the System administrator.