From 299dc97a5b63d8afe1a0bba03e32dddfb7fb8e51 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Wed, 26 Jul 2023 04:55:46 -0700 Subject: [PATCH] docs: `bin/latest-stable` empty query is set to default (#1591) --- docs/plugins/create.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/plugins/create.md b/docs/plugins/create.md index c956eecc..afa5c92c 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" ```