From 7f96330621f218f3620bc24eee59a9c50c1b6461 Mon Sep 17 00:00:00 2001 From: David Reese Date: Mon, 18 Jul 2016 07:48:56 -0400 Subject: [PATCH] Clean up Build completed message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove distracting backwards emoticon - Add “Hologram”, which is helpful messaging in a multiple-build situation --- lib/hologram/doc_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hologram/doc_builder.rb b/lib/hologram/doc_builder.rb index f06fe9f..4934b9a 100644 --- a/lib/hologram/doc_builder.rb +++ b/lib/hologram/doc_builder.rb @@ -86,7 +86,7 @@ def build # the real work happens here. build_docs Dir.chdir(current_path) - DisplayMessage.success("Build completed. (-: ") + DisplayMessage.success("Hologram build completed.") true end