change default DB in lookup
[scpubgit/stemmatology.git] / script / dblookup.pl
index bcf21d9..2346fde 100755 (executable)
@@ -12,7 +12,7 @@ binmode( STDOUT, ':utf8' );
 binmode( STDERR, ':utf8' );
 
 my( $name, $delete, $dbuser, $dbpass );
-my( $list, $dsn ) = ( 1, 'dbi:SQLite:dbname=db/traditions.db' );
+my( $list, $dsn ) = ( 1, 'dbi:SQLite:dbname=stemmaweb/db/traditions.db' );
 
 GetOptions( 
        'r|rename=s' => \$name,