Skip to content

Commit

Permalink
create: Add a log statement when archetype is a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Nov 12, 2021
1 parent a3371d6 commit b7db231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ func (b *contentBuilder) buildDir() error {
in.Close()
out.Close()
}

b.h.Log.Printf("Content dir %q created", filepath.Join(baseDir, b.targetPath))

return nil
}

Expand Down

0 comments on commit b7db231

Please sign in to comment.