From c739abfcb28b2299b3c90c58bc302f49616d8d35 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Thu, 17 Apr 2025 13:35:57 +0530 Subject: [PATCH] slightly adjust the message in env reporting --- src/diffusers/commands/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diffusers/commands/env.py b/src/diffusers/commands/env.py index d0af30bf1c..ffa6ed7b17 100644 --- a/src/diffusers/commands/env.py +++ b/src/diffusers/commands/env.py @@ -170,7 +170,7 @@ class EnvironmentCommand(BaseDiffusersCLICommand): "Using distributed or parallel set-up in script?": "", } - print("\nCopy-and-paste the text below in your GitHub issue and FILL OUT the two last points.\n") + print("\nCopy-and-paste the text below in your GitHub issue and FILL OUT the last two points.\n") print(self.format_dict(info)) return info