We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1e7a1 commit 1cad7e2Copy full SHA for 1cad7e2
utils.py
@@ -33,7 +33,7 @@ def get_text(context=False):
33
else:
34
tag = str(input("type the tag: "))
35
msg = str(input("type the commit message: ")).lower()
36
- return tag, msg
+ return tag, msg
37
38
def angular_convention():
39
tag, msg, context = get_text(context=True)
0 commit comments