1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Say :update, not :create on automatic conflict resolution

This commit is contained in:
Thomas Reynolds 2012-06-19 19:40:57 -07:00
parent bd9d9d0f93
commit ddc0712c1b

View file

@ -268,7 +268,7 @@ class ::Thor::Actions::CreateFile
if identical?
say_status :identical, :blue
else
say_status :create, :green
say_status :update, :yellow
block.call unless pretend?
end
end