When you add new PathAssistant, in 'force-app/main/default/pathAssistant/' folder, the changes is not detected from the delta tool.
Step to reproduce:
3. Commit the new file 'Test.pathAssistant-meta.xml'
4. Run the command 'sfdx sgd:source:delta --to HEAD --from HEAD^ --output delta'
5. check the empty Package.xml in the delta folder:
```
Hi @robertoamd90 !
Thanks for your interest in the plugin and thanks for your contribution to make it better !
I tried to reproduce on my side using the reproduction playground.
It seems to be working on my side when using the pathAssistants (in plural) folder.
Could you confirm on your side that it fixes the issue ?
Hi @scolladon ,
Thanks for your fast feedback,
We have checked your suggest and fixed the folder name (created from Scratch Org Pull) with the suggested name (confirmed by developer guide), and this fixed the problem.
Thanks a lot for your work,
Roberto
Thanks!
That is weird that sfdx force:source:pull creates a bad folder name...
Have you seen a related issue on the sfdx repo ?
Maybe you should create one !
We did some tests,
push and pull work correctly with both folder, but we don't know why CLI have created singular folder. Maybe ti was created on old CLI version.
Thanks again!