From f48408ca1cf46c7f03257c2dc3d024ef8a13c673 Mon Sep 17 00:00:00 2001 From: Natnael Belay Date: Mon, 10 Jul 2023 20:33:34 +0000 Subject: check_commit_msg_relnote_field_format: Fix indent on commit message The indent of the example message printed for a multiline commit is misleading. Simply following the error message would cause `repo upload` to fail since the subsequent lines are not indented. Bug: 290051295 Change-Id: I613b4b51f6ff3a4ab3cde034362344519341abf9 --- rh/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rh/hooks.py b/rh/hooks.py index 457a440..b2a30c8 100644 --- a/rh/hooks.py +++ b/rh/hooks.py @@ -621,7 +621,7 @@ release notes, you need to include a starting and closing quote. Multi-line Relnote example: Relnote: "Added a new API `Class#getSize` to get the size of the class. -This is useful if you need to know the size of the class." + This is useful if you need to know the size of the class." Single-line Relnote example: -- cgit v1.2.3