Rename to util

This commit is contained in:
Daniel 2024-11-15 10:41:04 -05:00
parent 9b93243a4b
commit 8569ae6d4a
2 changed files with 2 additions and 2 deletions

View file

@ -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 ./...