Skip to content

Commit e50608d

Browse files
Update cherry-pick output message to add hyphen
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent c4ef8bf commit e50608d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_sim/cherrypick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, commit: str, edit: str):
3535

3636
def construct(self):
3737
print(
38-
f"{settings.INFO_STRING} {type(self).__name__.lower()} {self.commit}"
38+
f"{settings.INFO_STRING} cherry-pick {self.commit}"
3939
+ ((' -e "' + self.edit + '"') if self.edit else "")
4040
)
4141

0 commit comments

Comments
 (0)