Skip to content

Commit 092c3df

Browse files
committed
🐛 Fix logging
1 parent 212a4f0 commit 092c3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcspull/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def template(self, record):
179179
)
180180
return "{}|{}| {}({}) {}".format(
181181
Fore.GREEN + Style.DIM,
182-
record.keyword,
182+
record.bin_name,
183183
Fore.YELLOW,
184184
record.keyword,
185185
Fore.RESET,

0 commit comments

Comments
 (0)