From d2bf6c53eda974fd37c041993304230a912c64e2 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 17 Mar 2017 15:03:14 -0500 Subject: [PATCH] Even more formatting (redux) --- dns_infoblox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns_infoblox.sh b/dns_infoblox.sh index 9375403e..4f1cb13c 100644 --- a/dns_infoblox.sh +++ b/dns_infoblox.sh @@ -23,7 +23,7 @@ dns_infoblox_add() { ## Save the credentials to the account file _saveaccountconf Infoblox_Creds "$Infoblox_Creds" _saveaccountconf Infoblox_Server "$Infoblox_Server" - + ## Base64 encode the credentials Infoblox_CredsEncoded=$(echo -n "$Infoblox_Creds" | base64)