Change watched file name
This commit is contained in:
parent
acf172933d
commit
f1015ab62e
@ -81,5 +81,5 @@ func processWatchedFile(filePath string) {
|
||||
return
|
||||
}
|
||||
|
||||
go processItems(tempFile.Name(), items)
|
||||
go processItems(filepath.Base(tempFile.Name()), items)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user