1
This commit is contained in:
Alex Yatskov 2015-08-23 17:16:01 +09:00
parent 178f2c4616
commit 9d3fe8f2ed
2 changed files with 1 additions and 1 deletions

BIN
data/db.sqlite3 Normal file

Binary file not shown.

View File

@ -220,7 +220,7 @@ func main() {
panic(err)
}
if err := dumpData("db.sqlite3", restaurants); err != nil {
if err := dumpData("data/db.sqlite3", restaurants); err != nil {
panic(err)
}
}