Skip to content

Commit fd1e36e

Browse files
docs: fix wording for loadAgeSSHIdentity
Co-authored-by: Felix Fontein <felix@fontein.de> Signed-off-by: Nate Scherer <376408+natescherer@users.noreply.github.com>
1 parent 1f91bb2 commit fd1e36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

age/keysource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ func getOutputFromCmd(cmdString string, envVars []string) ([]byte, error) {
315315
return out, nil
316316
}
317317

318-
// loadAgeSSHIdentity attempts to load the age SSH identity in this order:
318+
// loadAgeSSHIdentity attempts to load age SSH identities in this order:
319319
// 1. An SSH private key from the SopsAgeSshPrivateKeyFileEnv environment variable.
320320
// 2. An SSH private key returned by executing the command from the
321321
// SopsAgeSshPrivateKeyCmdEnv environment variable

0 commit comments

Comments
 (0)