Skip to content

Commit a403d19

Browse files
[AC-192] When an instance is completed, the database created does not match with the Initial Catalog in the database (#36)
1 parent f0a6b87 commit a403d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EdFi.AdminConsole.InstanceMgrWorker.Provisioner/Provisioners/InstanceDatabaseNameBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public string SampleDatabase
6060
get => DatabaseName(TemplateSampleDatabase);
6161
}
6262

63-
public string SandboxNameForKey(string key) => DatabaseName(SandboxPrefix + key);
63+
public string SandboxNameForKey(string key) => DatabaseName(TemplatePrefix + key);
6464

6565
public string KeyFromSandboxName(string sandboxName) => sandboxName.Replace(DatabaseName(SandboxPrefix), string.Empty);
6666

0 commit comments

Comments
 (0)