diff --git a/wolverine.py b/wolverine.py index dbd77a0..ca6b18c 100644 --- a/wolverine.py +++ b/wolverine.py @@ -108,8 +108,8 @@ def send_error_to_gpt(file_path, args, error_message, model=DEFAULT_MODEL): return json_validated_response(model, messages) -# Added the flag -confirm which will ask user before writing changes to file +# Added the flag -confirm which will ask user before writing changes to file def apply_changes(file_path, changes: list, confirm=False): """