diff --git a/docs/plugins/create.md b/docs/plugins/create.md index c956eecc8..afa5c92c2 100644 --- a/docs/plugins/create.md +++ b/docs/plugins/create.md @@ -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. ```bash -"${plugin_path}"/bin/latest-stable "" "${plugin_path}"/bin/latest-stable "$query" ```