From 1c74ac2e0bb7e41e13ad9ca8ae8be78c04f8536a Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Fri, 7 Aug 2020 16:02:15 +0530 Subject: [PATCH] Revert "chore: change public file slug in push-backup" This reverts commit 9dff8f2561d2e61c0304ce52620480185217cbdb. --- build/common/commands/push_backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common/commands/push_backup.py b/build/common/commands/push_backup.py index b968862f..ce3fa3d8 100644 --- a/build/common/commands/push_backup.py +++ b/build/common/commands/push_backup.py @@ -17,7 +17,7 @@ def get_file_ext(): return { "database": "-database.sql.gz", "private_files": "-private-files.tar", - "public_files": "-public-files.tar", + "public_files": "-files.tar", "site_config": "-site_config_backup.json" }