docs: bin/latest-stable empty query is set to default (#1591)

This commit is contained in:
Edwin Kofler 2023-07-26 04:55:46 -07:00 committed by GitHub
parent a029c00750
commit 299dc97a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,6 @@ Determine the latest stable version of a tool. If absent, the asdf core will `ta
The script should accept a single argument, the filter query. The script should accept a single argument, the filter query.
```bash ```bash
"${plugin_path}"/bin/latest-stable ""
"${plugin_path}"/bin/latest-stable "$query" "${plugin_path}"/bin/latest-stable "$query"
``` ```