Caching issue on re-import

I have a bunch of rules set up to process my Downloads folder. Most of them move the file somewhere and I would like to change the location those files go to. Due to the number of required changes (and to learn something for the next change in my setup) I'd like to avoid the GUI and do it via an export/import.
I have gone through below steps, but still see the old target definitions for the move command instead of my replaced ones. What am I missing?
Hazel 4.1.4
Regards
I have gone through below steps, but still see the old target definitions for the move command instead of my replaced ones. What am I missing?
Hazel 4.1.4
Regards
- export rules of the Downloads folder
- remove the Downloads folder from Hazel
- convert exported plist to xml file
- Code: Select all
plutil -convert xml1 myRules.hazelrules
- find and replace the folder paths in that file
- terminate HazelHelper and cfprefsd via Terminal
- Code: Select all
sudo killall HazelHelper
sudo killall cfprefsd
- start Hazel
- add the Downloads folder
- import the changed .hazelrules file