From 82631ce492124a5c9b62ddcded57aa8b7b8b51a1 Mon Sep 17 00:00:00 2001 From: Lance Conry Date: Wed, 5 Jul 2017 11:22:42 +1000 Subject: [PATCH] Added newline to end of file for Travis builds. --- dnsapi/dns_dreamhost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_dreamhost.sh b/dnsapi/dns_dreamhost.sh index 64d9ea02..625fb701 100644 --- a/dnsapi/dns_dreamhost.sh +++ b/dnsapi/dns_dreamhost.sh @@ -94,4 +94,4 @@ validate() { #save the api key to the account conf file. _saveaccountconf_mutable DH_API_KEY "$DH_API_KEY" -} \ No newline at end of file +}