mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Merge pull request #853 from nandalopes/master
Fix find global options warning
This commit is contained in:
commit
78020067ec
@ -14,7 +14,7 @@ plugin_update_command() {
|
||||
local plugin_name
|
||||
plugin_name=$(basename "$dir")
|
||||
update_plugin "$plugin_name" "$dir" "$gitref" &
|
||||
done < <(find "$(asdf_data_dir)"/plugins -type d -mindepth 1 -maxdepth 1)
|
||||
done < <(find "$(asdf_data_dir)"/plugins -mindepth 1 -maxdepth 1 -type d)
|
||||
wait
|
||||
fi
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user