From 3ba2d49c4f06e0871a18577b62288a1dcffdd58d Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 15 Aug 2025 20:08:51 +0200 Subject: [PATCH] More typos ... --- docs/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.py b/docs/deploy.py index 32290e1758..7514d3a7af 100644 --- a/docs/deploy.py +++ b/docs/deploy.py @@ -66,7 +66,7 @@ def deploy(): os.system(f"mkdir {latest_version}") - os.system("cp -Rf build/html/* {latest_version}/") + os.system(f"cp -Rf build/html/* {latest_version}/") os.system("ls")