From fbe83854ca02058daa1eb476526907aa3fb7da75 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:10:37 -0800 Subject: [PATCH] Minor message change --- one_click.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one_click.py b/one_click.py index 997af5ba..d68ebe46 100644 --- a/one_click.py +++ b/one_click.py @@ -419,7 +419,7 @@ if __name__ == "__main__": 'A': 'Update the web UI', 'B': 'Install/update extensions requirements', 'C': 'Revert local changes to repository files with \"git reset --hard\"', - 'N': 'Nothing (exit).' + 'N': 'Nothing (exit)' }, )