2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 22:31:07 +00:00

chore: change public file slug in push-backup

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-08-07 12:21:15 +05:30
parent 7c293d7f9e
commit 9dff8f2561
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -17,7 +17,7 @@ def get_file_ext():
return {
"database": "-database.sql.gz",
"private_files": "-private-files.tar",
"public_files": "-files.tar",
"public_files": "-public-files.tar",
"site_config": "-site_config_backup.json"
}