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
See #9157
  • Loading branch information
bep committed Nov 12, 2021
1 parent 43ac59d commit 057d02d
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 057d02d

Please sign in to comment.