Skip to content

Commit

Permalink
CLI: Update logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Jan 9, 2022
1 parent 83f024f commit b46a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Watcher struct {
// Ext is the file extention you want to watch for
Ext string `yaml:"ext"`
// Operation is the event operation you want to watch for
// CREATE, MODIFY, REMOVE, CHMOD etc.
// CREATE, MODIFY, REMOVE, CHMOD, WRITE itc.
Operation string `yaml:"operation"`
}

Expand Down

0 comments on commit b46a23a

Please sign in to comment.