Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jul 4, 2024
1 parent af189ce commit 4909939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/workspace_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def get_workspace_path(self) -> Tuple[str, WorkspaceType]:
return comfy_repo.working_dir, WorkspaceType.CURRENT_DIR

print(
"[bold red]warn: you are not current in a ComfyUI directory.[/bold red]"
"[bold red]warn: you are not currently in a ComfyUI directory.[/bold red]"
)
raise typer.Exit(code=1)

Expand Down

0 comments on commit 4909939

Please sign in to comment.