Closed ajorpheus closed 1 year ago
This fixes the following error:
https://github.com/asdf-vm/asdf/issues/1029 should be fixed by this.
This PR excludes .DS_Store from the list of plugins reported by the find command
.DS_Store
find
It would be ideal to have a configuration environment variable to exclude other temporary files in the long run.
Sorry for late response. Looks good to me. Thanks @ajorpheus!
@ajorpheus Could you add a change log entry for this in another PR?
Overview
This fixes the following error:
https://github.com/asdf-vm/asdf/issues/1029 should be fixed by this.
Implementation notes
This PR excludes
.DS_Store
from the list of plugins reported by thefind
commandLoose ends
It would be ideal to have a configuration environment variable to exclude other temporary files in the long run.