Skip to content

Commit 39ea28c

Browse files
committed
fixed typo
1 parent d97ebd8 commit 39ea28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/hackingBuddyGPT/capabilities/ssh_test_credential.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SSHTestCredential(Capability):
1313
conn: SSHConnection
1414

1515
def describe(self) -> str:
16-
return "give credentials to be tested"
16+
return "give credentials to be tested."
1717

1818
def get_name(self):
1919
return "test_credential"

0 commit comments

Comments
 (0)