From eab1a105fac1446e7b25a3552453b2977ef5fe15 Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Fri, 21 Dec 2012 19:36:18 -0600 Subject: [PATCH] Export Get-SshAgent Closes #70 --- posh-git.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/posh-git.psm1 b/posh-git.psm1 index 7bc3a1a86..038667395 100644 --- a/posh-git.psm1 +++ b/posh-git.psm1 @@ -25,6 +25,7 @@ Export-ModuleMember ` 'Get-GitDirectory', 'TabExpansion', 'Get-AliasPattern', + 'Get-SshAgent', 'Start-SshAgent', 'Stop-SshAgent', 'Add-SshKey',