Skip to content

Commit

Permalink
Fix test and extra field in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bmonkman committed Jan 16, 2020
1 parent 3b75283 commit 0ff24af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion internal/api/create_project.go
Expand Up @@ -18,7 +18,7 @@ func createProject(projectConfig util.ProjectConfiguration) string {
t := templator.NewTemplator(templates)
outDir := "./"
rootDir := path.Join(outDir, projectConfig.ProjectName)
log.Printf("Creating project %s.", projectConfig)
log.Printf("Creating project %s.", projectConfig.ProjectName)
err := os.MkdirAll(rootDir, os.ModePerm)

if os.IsExist(err) {
Expand Down
2 changes: 0 additions & 2 deletions templates/commit0/commit0.tmpl
Expand Up @@ -24,8 +24,6 @@ frontend:
system: github
app:
name: {{.ProjectName }}
app:
name: {{.FrontendHostname }}

services:
{{range .Services}}
Expand Down

0 comments on commit 0ff24af

Please sign in to comment.