Permalink
Browse files

Fix DB name to be for eFORGE v1.2

  • Loading branch information...
1 parent df48b55 commit 503e103f8040a88c7039359375a7ac7cea8a90a7 @jherrero jherrero committed May 9, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 database/init_db.pl
View
@@ -6,7 +6,7 @@
use Getopt::Long;
my $db_dir = ".";
-my $db_name = "eforge_1.1.db";
+my $db_name = "eforge_1.2.db";
my $help;

0 comments on commit 503e103

Please sign in to comment.