Skip to content

Commit d21aad9

Browse files
Update pkg/files/files.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 17fc1bb commit d21aad9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/files/files.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ func GetSSHPrivateKeyPath(home string) string {
7373
return fpath
7474
}
7575

76+
// GetUserSSHConfigPath returns the user's SSH config path.
77+
// The path can be overridden via the BREV_SSH_CONFIG_FILE environment variable.
7678
func GetUserSSHConfigPath(home string) (string, error) {
7779
if override := os.Getenv("BREV_SSH_CONFIG_FILE"); override != "" {
7880
return override, nil

0 commit comments

Comments
 (0)