1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

small cleanup in bin messaging

This commit is contained in:
geemus 2010-09-17 11:47:06 -07:00
parent 1e3a676178
commit c25862f63e

View file

@ -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)