Skip to content

Commit

Permalink
[V3 Instance setup] Change backup time separator for Windows (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtree5 authored and tekulvw committed Mar 12, 2018
1 parent 1cb74f0 commit 5bdb455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def remove_instance():
else:
print("Backing up the instance's data...")
backup_filename = "redv3-{}-{}.tar.gz".format(
selected, dt.utcnow().strftime("%Y-%m-%d %H:%M:%S")
selected, dt.utcnow().strftime("%Y-%m-%d %H-%M-%S")
)
pth = Path(instance_data["DATA_PATH"])
home = pth.home()
Expand Down

0 comments on commit 5bdb455

Please sign in to comment.