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:
parent
1e3a676178
commit
c25862f63e
1 changed files with 2 additions and 2 deletions
4
bin/fog
4
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)
|
||||
|
|
Loading…
Reference in a new issue