aboutsummaryrefslogtreecommitdiff
path: root/Exfiltration/Get-VaultCredential.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'Exfiltration/Get-VaultCredential.ps1')
-rw-r--r--Exfiltration/Get-VaultCredential.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/Exfiltration/Get-VaultCredential.ps1 b/Exfiltration/Get-VaultCredential.ps1
index c830fa2..57570e8 100644
--- a/Exfiltration/Get-VaultCredential.ps1
+++ b/Exfiltration/Get-VaultCredential.ps1
@@ -1,4 +1,4 @@
-function Get-VaultCredential
+function Get-VaultCredential
{
<#
.SYNOPSIS
@@ -398,4 +398,4 @@ Only web credentials can be displayed in cleartext.
$null = $Vaultcli::VaultCloseVault([Ref] $VaultHandle)
}
}
-} \ No newline at end of file
+}