fix: typo
This commit is contained in:
parent
8b59bc026d
commit
2abdd47c9c
@ -151,8 +151,8 @@ func appMain(c *cli.Context) (err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if inputStat.IsDir() {
|
if inputStat.IsDir() {
|
||||||
wacthDir := c.Bool("watch")
|
watchDir := c.Bool("watch")
|
||||||
if !wacthDir {
|
if !watchDir {
|
||||||
return proc.processDir(input)
|
return proc.processDir(input)
|
||||||
} else {
|
} else {
|
||||||
return proc.watchDir(input)
|
return proc.watchDir(input)
|
||||||
|
Loading…
Reference in New Issue
Block a user