Rename to util
This commit is contained in:
parent
9b93243a4b
commit
8569ae6d4a
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -37,10 +37,10 @@ coverage:
|
|||
|
||||
# backup backs up the database without calls
|
||||
backup:
|
||||
sh .bin/dumpdb.sh
|
||||
sh util/dumpdb.sh
|
||||
|
||||
backupplain:
|
||||
sh .bin/dumpdb.sh -p
|
||||
sh util/dumpdb.sh -p
|
||||
|
||||
test:
|
||||
go test -v ./...
|
||||
|
|
Loading…
Reference in a new issue