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')