Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLYC committed Dec 20, 2021
1 parent 470afb5 commit 458a596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (m *DirectoryMaker) String() string {
func (m *DirectoryMaker) Run(ctx context.Context) (context.Context, error) {
logger := define.Logger
for n, p := range m.dirs {
logger.Info("createing dir", map[string]interface{}{
logger.Info("creating dir", map[string]interface{}{
"name": n,
"dir": p,
})
Expand Down

0 comments on commit 458a596

Please sign in to comment.