Fix MigrationExpressionBase, minor typo

This commit is contained in:
Stephan
2018-10-17 13:58:42 +02:00
parent d324466fe1
commit 71cec84f78

View File

@@ -55,7 +55,7 @@ namespace Umbraco.Core.Migrations
if (string.IsNullOrWhiteSpace(sql))
{
Logger.Info(GetType(), "SQL [{ContextIndex}: <empty>", Context.Index);
Logger.Info(GetType(), "SQL [{ContextIndex}]: <empty>", Context.Index);
}
else
{