Skip to content

Commit 65e88bb

Browse files
authored
Fix documentation on Shim metadata.
Now the comment should include also the plugin version
1 parent 069db7d commit 65e88bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ This must be used wisely. For now AFAIK, it's only being used in the Elixir plug
9898

9999
**Important: Shim metadata**
100100

101-
If you create a custom shim, be sure to include a comment like the following (replacing your plugin name) in it:
101+
If you create a custom shim, be sure to include a comment like the following (replacing your plugin name and version) in it:
102102

103103
```
104-
# asdf-plugin: plugin_name
104+
# asdf-plugin: plugin_name plugin_version
105105
```
106106

107107
asdf uses this `asdf-plugin` metadata to remove unused shims when uninstalling.

0 commit comments

Comments
 (0)