storj / up

Docker-compose files for running full Storj network locally
GNU Affero General Public License v3.0
23 stars 6 forks source link

cmd/testdata.go: insert usage data on the 1th instead of 10th #92

Closed littleskunk closed 1 year ago

littleskunk commented 1 year ago

The testdata command wasn't working for the current month because the 10th of the month is in the future. So let's change that and insert the testdata on the first of the month instead. That way the command should always work.