Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 072c945

Browse files
fixed schema printing
1 parent 234c0e1 commit 072c945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SqlStreamStore.Server/SqlStreamStoreFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private static void SchemaCreationFailed(Func<string> getSchemaCreationScript, E
175175
.Append(
176176
"Does your connection string have enough permissions? If not, run the following sql script as a privileged user:")
177177
.AppendLine()
178-
.Append(getSchemaCreationScript)
178+
.Append(getSchemaCreationScript())
179179
.ToString(),
180180
ex);
181181
}

0 commit comments

Comments
 (0)