fix: path error from previous commit
`git_helper.py` not found issue https://github.com/ltdrdata/ComfyUI-Manager/issues/566
This commit is contained in:
@@ -18,7 +18,7 @@ from server import PromptServer
|
||||
from .glob import manager_core as core
|
||||
import cm_global
|
||||
|
||||
version = [2, 18, 1]
|
||||
version = [2, 18, 2]
|
||||
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
|
||||
print(f"### Loading: ComfyUI-Manager ({version_str})")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user