Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
update success message
Browse files Browse the repository at this point in the history
  • Loading branch information
xmonader committed May 21, 2020
1 parent 9555a6a commit ea458fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tfwebserver/webserver.cr
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ module TFWeb
ready = ssc.success
name = ssc.name
if ready == true
puts "wiki/website/datasite #{name} is ready".colorize(:blue)
puts "wiki/website/datasite #{name} is ready".colorize(:green)
else
puts "wiki/website/datasite #{name} failed #{ssc.errmsg}".colorize(:red)
end
Expand Down

0 comments on commit ea458fa

Please sign in to comment.