Skip to content

Commit cb63a9f

Browse files
Aashik Nagadikeri HarishAashik Nagadikeri Harish
authored andcommitted
Updated exception comment
1 parent 15f6780 commit cb63a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbup-postgresql/PostgresqlExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ PostgresqlConnectionOptions connectionOptions
315315

316316
if (databaseName == connectionOptions.MasterDatabaseName)
317317
{
318-
throw new InvalidOperationException($"Database in connection string needs to be different than the master database in PostgresqlConnectionOptions.");
318+
throw new InvalidOperationException("Database in connection string needs to be different than the master database in PostgresqlConnectionOptions.");
319319
}
320320

321321
masterConnectionStringBuilder.Database = connectionOptions.MasterDatabaseName;

0 commit comments

Comments
 (0)