Skip to content

Commit ab87581

Browse files
committed
typo: Corrected a minor typo with the color
This may cause 'rich' module to raise some exception :p
1 parent d878f09 commit ab87581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwncat/modules/linux/implant/authorized_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def install(self, session: "pwncat.manager.Session", user, key):
9898
)
9999

100100
if not os.path.isfile(key):
101-
raise ModuleFailed(f"private key [bleu]{key}[/blue] does not exist")
101+
raise ModuleFailed(f"private key [blue]{key}[/blue] does not exist")
102102

103103
try:
104104
yield Status("reading public key")

0 commit comments

Comments
 (0)