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 backs up the database without calls
|
||||||
backup:
|
backup:
|
||||||
sh .bin/dumpdb.sh
|
sh util/dumpdb.sh
|
||||||
|
|
||||||
backupplain:
|
backupplain:
|
||||||
sh .bin/dumpdb.sh -p
|
sh util/dumpdb.sh -p
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue