There was an error while loading. Please reload this page.
1 parent d97ebd8 commit 39ea28cCopy full SHA for 39ea28c
src/hackingBuddyGPT/capabilities/ssh_test_credential.py
@@ -13,7 +13,7 @@ class SSHTestCredential(Capability):
13
conn: SSHConnection
14
15
def describe(self) -> str:
16
- return "give credentials to be tested"
+ return "give credentials to be tested."
17
18
def get_name(self):
19
return "test_credential"
0 commit comments