Skip to content

Commit

Permalink
Update release version format.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 16, 2024
1 parent d5a45a6 commit 6f78772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/civic/civic_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CivicDumper(HTTPDumper):
SLEEP_BETWEEN_DOWNLOAD = 1.0

def set_release(self):
self.release = datetime.date.today().strftime("%Y-%m-%d-%H:%M")
self.release = datetime.date.today().strftime("%Y-%m-%d")

def create_todump_list(self, force=False, **kwargs):

Expand Down

0 comments on commit 6f78772

Please sign in to comment.