From e592349dda27f460f22e624de4a3a4dee8af8191 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Sat, 28 Sep 2024 10:48:19 +0000 Subject: [PATCH] Fixed contributing guidelines --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 013ad27..b1b63fe 100644 --- a/contributing.md +++ b/contributing.md @@ -4,7 +4,7 @@ Testing Locally: ```shell asdf plugin test [--asdf-tool-version ] [--asdf-plugin-gitref ] [test-command*] - +# e.g. asdf plugin test overmind-cli https://github.com/overmindtech/asdf-overmind-cli.git "overmind --version" ```