Skip to content

Commit 301a9f9

Browse files
enhancement: added db var
1 parent aeba4fb commit 301a9f9

File tree

1 file changed

+1
-0
lines changed
  • internal/languages/dotnet/frameworks/dotnet-clean-architecture

1 file changed

+1
-0
lines changed

internal/languages/dotnet/frameworks/dotnet-clean-architecture/copier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ func NewCopier(gitPlatformURL, gitPlatformUserName, gitRepositoryName, nodeName,
147147
"GitRepositoryName": gitRepositoryName,
148148
"NodeName": strings.ToLower(nodeName),
149149
"MicroServiceName": frameworks.GetMicroServiceName(nodeDirectoryName),
150+
"DataBaseName": strings.Replace(gitRepositoryName, "-", "", -1),
150151
"GitPlatformUserName": gitPlatformUserName,
151152
"GitPlatformURL": strings.Replace(gitPlatformURL, "https://", "", -1),
152153
}

0 commit comments

Comments
 (0)