Fixed config file name.
This commit is contained in:
parent
5b69f66739
commit
28a4095fb6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
DBNAME=$1
|
||||
DBFILE=config/database.yml2
|
||||
DBFILE=config/database.yml
|
||||
|
||||
echo "Creating $DBFILE for tests with dbname $DBNAME"
|
||||
|
||||
|
|
Loading…
Reference in a new issue