From c25862f63e71b9acb7d3dee1e21a5e810b345e3a Mon Sep 17 00:00:00 2001 From: geemus Date: Fri, 17 Sep 2010 11:47:06 -0700 Subject: [PATCH] small cleanup in bin messaging --- bin/fog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fog b/bin/fog index 2465e3f24..c5677257a 100755 --- a/bin/fog +++ b/bin/fog @@ -30,8 +30,8 @@ else else modules.first end - print "Welcome to fog interactive!\n" - print "Your '#{Fog.credential.to_s}' configuration provides access to #{modules}.\n" + Formatador.display_line('Welcome to fog interactive!') + Formatador.display_line(":#{Fog.credential.to_s} credentials provide #{modules}") Fog.modules.each do |_module_| if _module_.respond_to?(:startup_notice) _module_.send(:startup_notice)