From e898e4e21e0fe0f29811416c29ff91bba7813172 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 12 Oct 2023 12:59:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1->C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vestasync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vestasync.py b/vestasync.py index c168ba8..677fc3b 100755 --- a/vestasync.py +++ b/vestasync.py @@ -230,7 +230,7 @@ def copy_etc(c): c.run(f"mkdir -p {dest_item}") print(f"Restore: {item} -> {dest_item}") - print(f"[VestaSync] Сopy source .git...") + print(f"[VestaSync] Copy source .git...") c.run(f"cp -R /mnt/data/{args.source_hostname}_etc/.git /mnt/data/etc/.git") print(f"[VestaSync] Remove source etc...")