Skip to content

Commit 826a215

Browse files
authored
Merge pull request #199 from OCA/legalsylvain-patch-1
[FIX] add new line at end of OCABOT_USAGE line
2 parents 2eb0a57 + 72d4944 commit 826a215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oca_github_bot/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def func_wrapper(*args, **kwargs):
117117
"OCABOT_USAGE",
118118
"**Ocabot commands**\n"
119119
"* ``ocabot merge major|minor|patch|nobump``\n"
120-
"* ``ocabot rebase``"
120+
"* ``ocabot rebase``\n"
121121
"* ``ocabot migration {MODULE_NAME}``",
122122
)
123123

0 commit comments

Comments
 (0)