Skip to content

Commit 8a925dc

Browse files
sdseatonCopilot
andauthored
Update KustoSchemaTools/Changes/DatabaseChanges.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 14b036b commit 8a925dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KustoSchemaTools/Changes/DatabaseChanges.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ private static void LogChangeResult(ILogger log, string entityKey, int scriptCou
346346
var level = scriptCount > 0 ? LogLevel.Information : LogLevel.Debug;
347347
var scriptsLabel = scriptCount == 1 ? "script" : "scripts";
348348
var message = alreadyExists
349-
? $"{entityKey} already exists, created {scriptCount} {scriptsLabel} to apply the diffs"
349+
? $"{entityKey} already exists, created {scriptCount} {scriptsLabel} to apply the diffs."
350350
: $"{entityKey} doesn't exist, created {scriptCount} {scriptsLabel} to create it.";
351351

352352
log.Log(level, message);

0 commit comments

Comments
 (0)