From f60f088f05d5b2b2019b6631cc852133113cbfb5 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 31 Dec 2022 14:50:37 +0200 Subject: [PATCH] Update log_roller.py --- octosuite/log_roller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/log_roller.py b/octosuite/log_roller.py index d47b8af..216b965 100644 --- a/octosuite/log_roller.py +++ b/octosuite/log_roller.py @@ -16,6 +16,6 @@ info_not_found = "Information not found: {}, {}, {}" user_not_found = "User not found: @{}" org_not_found = "Organization not found: @{}" repo_or_user_not_found = "Repository or User not found: {}, @{}" -prompt_log_csv = "Do you wish to log this output to a CSV file?" +prompt_log_csv = "Would you like to log this output to a .csv file?" logged_to_csv = "Output logged: {}" limit_output = "Limit '{}' output to how many? (1-100)"