[testdrive] Update config file style/name

This commit is contained in:
Hypolite Petovan 2018-11-25 02:16:20 -05:00
parent d27ac641fc
commit 336276727f
4 changed files with 17 additions and 16 deletions

View file

@ -37,7 +37,7 @@ function testdrive_uninstall() {
function testdrive_load_config(App $a)
{
$a->loadConfigFile(__DIR__. '/config/testdrive.ini.php');
$a->loadConfigFile(__DIR__ . '/config/testdrive.config.php');
}
function testdrive_globaldir_update($a,&$b) {