提交 cc1ad787 编写于 作者: J Jim Jones

Modified migration conflict message to remove the string concatenation.

上级 af3cf61a
......@@ -54,9 +54,9 @@ def on_conflict_behavior(&block)
say_status :skip, :yellow
else
say_status :conflict, :red
raise Error, "Another migration is already named #{migration_file_name}: " +
"#{existing_migration}. Use --force to replace this migration" +
" or --skip to ignore conflicted file."
raise Error, "Another migration is already named #{migration_file_name}: " \
"#{existing_migration}. Use --force to replace this migration " \
"or --skip to ignore conflicted file."
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册