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
|
else
|
||||||
modules.first
|
modules.first
|
||||||
end
|
end
|
||||||
print "Welcome to fog interactive!\n"
|
Formatador.display_line('Welcome to fog interactive!')
|
||||||
print "Your '#{Fog.credential.to_s}' configuration provides access to #{modules}.\n"
|
Formatador.display_line(":#{Fog.credential.to_s} credentials provide #{modules}")
|
||||||
Fog.modules.each do |_module_|
|
Fog.modules.each do |_module_|
|
||||||
if _module_.respond_to?(:startup_notice)
|
if _module_.respond_to?(:startup_notice)
|
||||||
_module_.send(:startup_notice)
|
_module_.send(:startup_notice)
|
||||||
|
|
Loading…
Add table
Reference in a new issue