Skip to content

Commit 02c1ed4

Browse files
fixup! feat: Add an option to let the user provide the entire key PEM data as the answer (konveyor#1078)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent d4deb13 commit 02c1ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/sshkeys/sshkeys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Select an option:`
119119
switch selectedOption {
120120
case options[0]:
121121
if err := loadKeysFromDirectory(privateKeyDir); err != nil {
122-
logrus.Warn("Can't load keys from directory. Error:", err)
122+
logrus.Warnf("failed to load SSH keys from the directory '%s' . Error: %q", privateKeyDir, err)
123123
return
124124
}
125125

0 commit comments

Comments
 (0)