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