From f1aeca5087291139430cdf62a6374d99e9a300b6 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 9 Nov 2022 17:20:37 +0000 Subject: [PATCH] fix --- codegen/lib/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/lib/download.py b/codegen/lib/download.py index 0512987c..0f87f373 100644 --- a/codegen/lib/download.py +++ b/codegen/lib/download.py @@ -180,4 +180,4 @@ def clear_version_cache(): os.system( f'cd {get_dir_location("downloads/Burger")} && git pull') os.system( - f'cd {get_dir_location("downloads/minecraft-data-generator-server")} && git pull') + f'cd {get_dir_location("downloads/pixlyzer")} && git pull')