Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ljleb committed Aug 21, 2023
1 parent 3461562 commit cbec219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_comfyui.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def update(install_location):
current = repo.head.commit
repo.remotes.origin.pull()
if current == repo.head.commit:
print("[sd-webui-comfyui", "Already up to date.")
print("[sd-webui-comfyui]", "Already up to date.")
else:
print("[sd-webui-comfyui]", "Done updating comfyui.")

Expand Down

0 comments on commit cbec219

Please sign in to comment.