From 41d20998515be67a6df05091f46b9b26c58f3936 Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Wed, 14 Jun 2017 18:08:34 -0400 Subject: [PATCH] Doh! Forgot how here-strings work, duh. --- src/main/Zyborg.Vault.POSH/Zyborg.Vault.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/Zyborg.Vault.POSH/Zyborg.Vault.psd1 b/src/main/Zyborg.Vault.POSH/Zyborg.Vault.psd1 index ae2b0c3..cb19dfc 100644 --- a/src/main/Zyborg.Vault.POSH/Zyborg.Vault.psd1 +++ b/src/main/Zyborg.Vault.POSH/Zyborg.Vault.psd1 @@ -27,7 +27,8 @@ CompanyName = 'https://github.com/zyborg' Copyright = '(c) Eugene Bekker. All rights reserved.' - Description = @'PowerShell bindings for HashiCorp Vault. + Description = @' +PowerShell bindings for HashiCorp Vault. Provides cmdlets that talk directly to the Vault REST API and are comparable to most commands available through the official Vault CLI without any dependency on the CLI. '@